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/02/03 09:54:11 UTC

[jira] [Created] (HDFS-5864) Missing '\n' in the output of 'hdfs oiv --help'

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)