You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2014/06/18 20:50:27 UTC

[jira] [Created] (HDFS-6558) Missing '\n' in the description of dfsadmin -rollingUpgrade

Akira AJISAKA created HDFS-6558:
-----------------------------------

             Summary: Missing '\n' in the description of dfsadmin -rollingUpgrade
                 Key: HDFS-6558
                 URL: https://issues.apache.org/jira/browse/HDFS-6558
             Project: Hadoop HDFS
          Issue Type: Improvement
    Affects Versions: 2.4.0
            Reporter: Akira AJISAKA
            Priority: Trivial


In DFSAdmin.java, '\n' should be added at the end of the line
{code}
        + "   prepare: prepare a new rolling upgrade."
{code}
to clean up the following help message.
{code}
$ hdfs dfsadmin -help rollingUpgrade
-rollingUpgrade [<query|prepare|finalize>]:
     query: query the current rolling upgrade status.
   prepare: prepare a new rolling upgrade.  finalize: finalize the current rolling upgrade.
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)