kevinsuedmersen/hadoop-sandbox

Wrong HDFS Configured Capacity

Opened this issue · 1 comments

I'm using this stack in my own project and I encountered an issue related to the HDFS Configured Capacity that is shown in the HDFS UI.
I'm using a machine with 256GB capacity, and I'm using the two datanodes implementation in this stack. Instead of distributing the total capacity between the two nodes, HDFS duplicates the capacity of the entire machine by giving 226.87GB to each datanode.

image

Any thoughts on how to make HDFS show the right capacity?

Thank you.

Hi, sorry I didn't notice any activity in this repo. I will take a look at it. Or did you manage to find a solution already?