|
@@ -77,7 +77,7 @@ HDFS Users Guide
|
|
|
* <<<fetchdt>>>: a utility to fetch DelegationToken and store it in a
|
|
|
file on the local system.
|
|
|
|
|
|
- * Rebalancer: tool to balance the cluster when the data is
|
|
|
+ * Balancer: tool to balance the cluster when the data is
|
|
|
unevenly distributed among DataNodes.
|
|
|
|
|
|
* Upgrade and rollback: after a software upgrade, it is possible
|
|
@@ -316,7 +316,7 @@ HDFS Users Guide
|
|
|
|
|
|
For command usage, see {{{../hadoop-common/CommandsManual.html#namenode}namenode}}.
|
|
|
|
|
|
-* Rebalancer
|
|
|
+* Balancer
|
|
|
|
|
|
HDFS data might not always be be placed uniformly across the DataNode.
|
|
|
One common reason is addition of new DataNodes to an existing cluster.
|
|
@@ -338,7 +338,7 @@ HDFS Users Guide
|
|
|
Due to multiple competing considerations, data might not be uniformly
|
|
|
placed across the DataNodes. HDFS provides a tool for administrators
|
|
|
that analyzes block placement and rebalanaces data across the DataNode.
|
|
|
- A brief administrator's guide for rebalancer as a PDF is attached to
|
|
|
+ A brief administrator's guide for balancer is available at
|
|
|
{{{https://issues.apache.org/jira/browse/HADOOP-1652}HADOOP-1652}}.
|
|
|
|
|
|
For command usage, see {{{../hadoop-common/CommandsManual.html#balancer}balancer}}.
|