[
https://issues.apache.org/jira/browse/HDFS-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Trezzo updated HDFS-8923:
-------------------------------
Attachment: HDFS-8923-trunk-v4.patch
[~szetszwo] sounds good! Attached is v4.
> Add -source flag to balancer usage message
> ------------------------------------------
>
> Key: HDFS-8923
> URL: https://issues.apache.org/jira/browse/HDFS-8923
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: balancer & mover
> Reporter: Chris Trezzo
> Assignee: Chris Trezzo
> Priority: Trivial
> Attachments: HDFS-8923-trunk-v1.patch, HDFS-8923-trunk-v2.patch,
> HDFS-8923-trunk-v3.patch, HDFS-8923-trunk-v4.patch
>
>
> HDFS-8826 added a -source flag to the balancer, but the usage message still
> needs to be updated. See current usage message in trunk:
> {code}
> private static final String USAGE = "Usage: hdfs balancer"
> + "\n\t[-policy <policy>]\tthe balancing policy: "
> + BalancingPolicy.Node.INSTANCE.getName() + " or "
> + BalancingPolicy.Pool.INSTANCE.getName()
> + "\n\t[-threshold <threshold>]\tPercentage of disk capacity"
> + "\n\t[-exclude [-f <hosts-file> | <comma-separated list of hosts>]]"
> + "\tExcludes the specified datanodes."
> + "\n\t[-include [-f <hosts-file> | <comma-separated list of hosts>]]"
> + "\tIncludes only the specified datanodes."
> + "\n\t[-idleiterations <idleiterations>]"
> + "\tNumber of consecutive idle iterations (-1 for Infinite) before "
> + "exit."
> + "\n\t[-runDuringUpgrade]"
> + "\tWhether to run the balancer during an ongoing HDFS upgrade."
> + "This is usually not desired since it will not affect used space "
> + "on over-utilized machines.";
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)