[
https://issues.apache.org/jira/browse/HDFS-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998764#comment-13998764
]
Kihwal Lee commented on HDFS-6400:
----------------------------------
Sorry, I've only tested it programmatically.
+1 The patch looks good.
> 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
> Labels: newbie
> Attachments: HDFS-6400.2.patch, 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)