From 12f2f5d1a30b3c4a2451b6a0f0c12fb706832d03 Mon Sep 17 00:00:00 2001 From: Arpit Agarwal Date: Wed, 18 Jun 2014 21:30:11 +0000 Subject: [PATCH] HDFS-6559: Merging r1603638 from trunk to branch-2. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1603639 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ .../hadoop-hdfs/src/site/xdoc/HdfsRollingUpgrade.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 23be1d07321..015d2668062 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -407,6 +407,9 @@ Release 2.5.0 - UNRELEASED HDFS-6439. NFS should not reject NFS requests to the NULL procedure whether port monitoring is enabled or not. (brandonli) + HDFS-6559. Fix wrong option "dfsadmin -rollingUpgrade start" in the + document. (Akira Ajisaka via Arpit Agarwal) + BREAKDOWN OF HDFS-2006 SUBTASKS AND RELATED JIRAS HDFS-6299. Protobuf for XAttr and client-side implementation. (Yi Liu via umamahesh) diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsRollingUpgrade.xml b/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsRollingUpgrade.xml index e5612d8983a..c369f3bd735 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsRollingUpgrade.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsRollingUpgrade.xml @@ -217,7 +217,7 @@

dfsadmin -rollingUpgrade

- hdfs dfsadmin -rollingUpgrade <query|start|finalize> + hdfs dfsadmin -rollingUpgrade <query|prepare|finalize>

Execute a rolling upgrade action.