[ 
https://issues.apache.org/jira/browse/HDFS-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15131065#comment-15131065
 ] 

Hadoop QA commented on HDFS-8923:
---------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 4s {color} 
| {color:red} HDFS-8923 does not apply to trunk. Rebase required? Wrong Branch? 
See https://wiki.apache.org/hadoop/HowToContribute for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12753818/HDFS-8923-trunk-v2.patch
 |
| JIRA Issue | HDFS-8923 |
| Powered by | Apache Yetus 0.2.0-SNAPSHOT   http://yetus.apache.org |
| Console output | 
https://builds.apache.org/job/PreCommit-HDFS-Build/14372/console |


This message was automatically generated.



> 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-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)

Reply via email to