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/12 22:52:19 UTC

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

     [ https://issues.apache.org/jira/browse/HDFS-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akira AJISAKA resolved HDFS-5864.
---------------------------------

          Resolution: Cannot Reproduce
    Target Version/s:   (was: 2.4.0)

I cannot reproduce this after HDFS-5698 branch was merged.

> 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
>              Labels: newbie
>
> 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)