[
https://issues.apache.org/jira/browse/HDFS-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998781#comment-13998781
]
Kihwal Lee commented on HDFS-6400:
----------------------------------
The precommit is not running, so I manually verified that there is no new javac
or javadoc warning with the patch applied. Unit tests won't be affected since
the change only involves content of existing string and a shell command that is
not directly executed from tests.
> 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
> Fix For: 3.0.0, 2.5.0
>
> 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)