HDFS-6157. Fix the entry point of OfflineImageViewer for hdfs.cmd. Contributed by Haohui Mai.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1582098 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Haohui Mai 2014-03-26 22:34:25 +00:00
parent 78b9321539
commit 82be0f935d
2 changed files with 3 additions and 1 deletions

View File

@ -713,6 +713,8 @@ Release 2.4.0 - UNRELEASED
HDFS-5672. TestHASafeMode#testSafeBlockTracking fails in trunk. (jing9) HDFS-5672. TestHASafeMode#testSafeBlockTracking fails in trunk. (jing9)
HDFS-6157. Fix the entry point of OfflineImageViewer for hdfs.cmd. (wheat9)
BREAKDOWN OF HDFS-5698 SUBTASKS AND RELATED JIRAS BREAKDOWN OF HDFS-5698 SUBTASKS AND RELATED JIRAS
HDFS-5717. Save FSImage header in protobuf. (Haohui Mai via jing9) HDFS-5717. Save FSImage header in protobuf. (Haohui Mai via jing9)

View File

@ -119,7 +119,7 @@ goto :eof
goto :eof goto :eof
:oiv :oiv
set CLASS=org.apache.hadoop.hdfs.tools.offlineImageViewer.OfflineImageViewer set CLASS=org.apache.hadoop.hdfs.tools.offlineImageViewer.OfflineImageViewerPB
goto :eof goto :eof
:oev :oev