[ 
https://issues.apache.org/jira/browse/HDFS-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14003267#comment-14003267
 ] 

Hudson commented on HDFS-6400:
------------------------------

FAILURE: Integrated in Hadoop-Yarn-trunk #562 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/562/])
HDFS-6400. Cannot execute hdfs oiv_legacy. Contributed by Akira AJISAKA. 
(kihwal: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1594917)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/OfflineImageViewer.java


> 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)

Reply via email to