HDFS-6157. Merge r1582098 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1582100 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Haohui Mai 2014-03-26 22:36:11 +00:00
parent bf266aa554
commit a8c81bb8b6
2 changed files with 3 additions and 1 deletions

View File

@ -474,6 +474,8 @@ Release 2.4.0 - UNRELEASED
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
HDFS-5717. Save FSImage header in protobuf. (Haohui Mai via jing9)

View File

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