Akira AJISAKA created HDFS-5864:
-----------------------------------

             Summary: Missing '\n' in the output of 'hdfs oiv --help'
                 Key: HDFS-5864
                 URL: https://issues.apache.org/jira/browse/HDFS-5864
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: tools
    Affects Versions: 2.2.0
            Reporter: Akira AJISAKA
            Priority: Trivial


In OfflineImageViewer.java, 

{code}
    "  * NameDistribution: This processor analyzes the file names\n" +
    "    in the image and prints total number of file names and how frequently" 
+
    "    file names are reused.\n" +
{code}

should be

{code}
    "  * NameDistribution: This processor analyzes the file names\n" +
    "    in the image and prints total number of file names and how 
frequently\n" +
    "    file names are reused.\n" +
{code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to