Akira AJISAKA created HDFS-6172:
-----------------------------------
Summary: FIx the usage of OfflineImageViewer
Key: HDFS-6172
URL: https://issues.apache.org/jira/browse/HDFS-6172
Project: Hadoop HDFS
Issue Type: Sub-task
Components: tools
Affects Versions: 2.5.0
Reporter: Akira AJISAKA
Priority: Minor
In branch-2 and trunk, Web processor was added and Ls processor was removed.
But the usage is still old.
{code}
+ " (Ls|XML|FileDistribution).\n"
{code}
should be
{code}
+ " (XML|FileDistribution|Web).\n"
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)