hi,
we have a hdfs cluster that have 7 datanodes at first, every datanode have 2TB disk.
lately we add datanode to 20, those new datanodes have 500GB disk. and then the hdfs
cluster had already been balanced.
now the problem is disk used percentage is always not symmetric when the cluster works a period of time,
those 2TB datanodes disk used percentage are about 50%, but the 500GB datanodes disk used percentage
are about 90% , which made disk used percentage warning occurs. we have to balance the cluster manually.
how do I configure the cluster so as to it keep balance automatic?
any help would be appreciated.