Akira AJISAKA created HDFS-6400:
-----------------------------------
Summary: Cannot execute "hdfs oiv_legacy"
Key: HDFS-6400
URL: https://issues.apache.org/jira/browse/HDFS-6400
Project: Hadoop HDFS
Issue Type: Bug
Components: tools
Affects Versions: 2.5.0
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
Priority: Critical
Attachments: HDFS-6400.patch
HDFS-6293 added "hdfs oiv_legacy" command to view a legacy fsimage, but cannot
execute the command.
In {{hdfs}},
{code}
elif [ "COMMAND" = "oiv_legacy" ] ; then
CLASS=org.apache.hadoop.hdfs.tools.offlineImageViewer.OfflineImageViewer
{code}
should be
{code}
elif [ "$COMMAND" = "oiv_legacy" ] ; then
CLASS=org.apache.hadoop.hdfs.tools.offlineImageViewer.OfflineImageViewer
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)