From 82be0f935d6c4eed07fa6092244ab1c63b1acdd0 Mon Sep 17 00:00:00 2001 From: Haohui Mai Date: Wed, 26 Mar 2014 22:34:25 +0000 Subject: [PATCH] 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 --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 2 ++ hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs.cmd | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index ab01ede3235..d84b0785890 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -713,6 +713,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) diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs.cmd b/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs.cmd index e773fd3d2c4..bbe4c45c63f 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs.cmd +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs.cmd @@ -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