[19/50] [abbrv] hadoop git commit: HDFS-8110. Remove unsupported 'hdfs namenode -rollingUpgrade downgrade' from document. Contributed by J.Andreina.

2015-04-27 Thread zjshen
HDFS-8110. Remove unsupported 'hdfs namenode -rollingUpgrade downgrade' from 
document. Contributed by J.Andreina.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/50eb78d4
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/50eb78d4
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/50eb78d4

Branch: refs/heads/YARN-2928
Commit: 50eb78d456ef2e25458d17cd1c64a4c0be55a0b3
Parents: f01a146
Author: Akira Ajisaka aajis...@apache.org
Authored: Fri Apr 24 20:32:26 2015 +0900
Committer: Zhijie Shen zjs...@apache.org
Committed: Mon Apr 27 14:18:49 2015 -0700

--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt |  3 +++
 .../src/site/xdoc/HdfsRollingUpgrade.xml| 26 +++-
 2 files changed, 6 insertions(+), 23 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/50eb78d4/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
--
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt 
b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index b442bad..56f8ec3 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -315,6 +315,9 @@ Trunk (Unreleased)
 HDFS-4681. 
TestBlocksWithNotEnoughRacks#testCorruptBlockRereplicatedAcrossRacks 
 fails using IBM java (Ayappan via aw)
 
+HDFS-8110. Remove unsupported 'hdfs namenode -rollingUpgrade downgrade'
+from document. (J.Andreina via aajisaka)
+
 Release 2.8.0 - UNRELEASED
 
   INCOMPATIBLE CHANGES

http://git-wip-us.apache.org/repos/asf/hadoop/blob/50eb78d4/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsRollingUpgrade.xml
--
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 1c3dc60..f0b0ccf 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsRollingUpgrade.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsRollingUpgrade.xml
@@ -190,14 +190,12 @@
 only if both the namenode layout version and the datenode layout version
 are not changed between these two releases.
   /p
-
-  subsection name=Downgrade without Downtime id=DowngradeWithoutDowntime
   p
 In a HA cluster,
 when a rolling upgrade from an old software release to a new software 
release is in progress,
 it is possible to downgrade, in a rolling fashion, the upgraded machines 
back to the old software release.
 Same as before, suppose emNN1/em and emNN2/em are respectively in 
active and standby states.
-Below are the steps for rolling downgrade:
+Below are the steps for rolling downgrade without downtime:
   /p
   ol
 liDowngrade emDNs/emol
@@ -214,16 +212,12 @@
 /ol/li
 liDowngrade Active and Standby emNNs/emol
   liShutdown and downgrade emNN2/em./li
-  liStart emNN2/em as standby normally. (Note that it is incorrect 
to use the
-a href=#namenode_-rollingUpgradecode-rollingUpgrade 
downgrade/code/a
-option here.)
+  liStart emNN2/em as standby normally.
   /li
   liFailover from emNN1/em to emNN2/em
 so that emNN2/em becomes active and emNN1/em becomes 
standby./li
   liShutdown and upgrade emNN1/em./li
-  liStart emNN1/em as standby normally. (Note that it is incorrect 
to use the
-a href=#namenode_-rollingUpgradecode-rollingUpgrade 
downgrade/code/a
-option here.)
+  liStart emNN1/em as standby normally.
   /li
 /ol/li
 liFinalize Rolling Downgradeul
@@ -236,20 +230,6 @@
 since protocols may be changed in a backward compatible manner but not 
forward compatible,
 i.e. old datanodes can talk to the new namenodes but not vice versa.
   /p
-  /subsection
-  subsection name=Downgrade with Downtime id=DowngradeWithDowntime
-  p
-Administrator may choose to first shutdown the cluster and then downgrade 
it.
-The following are the steps:
-  /p
-  ol
-  liShutdown all emNNs/em and emDNs/em./li
-  liRestore the pre-upgrade release in all machines./li
-  liStart emNNs/em with the 
-a href=#namenode_-rollingUpgradecode-rollingUpgrade 
downgrade/code/a option./li
-  liStart emDNs/em normally./li
-  /ol
-  /subsection
   /section
 
   section name=Rollback id=Rollback



hadoop git commit: HDFS-8110. Remove unsupported 'hdfs namenode -rollingUpgrade downgrade' from document. Contributed by J.Andreina.

2015-04-24 Thread aajisaka
Repository: hadoop
Updated Branches:
  refs/heads/trunk c8d72907f - 91b97c21c


HDFS-8110. Remove unsupported 'hdfs namenode -rollingUpgrade downgrade' from 
document. Contributed by J.Andreina.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/91b97c21
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/91b97c21
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/91b97c21

Branch: refs/heads/trunk
Commit: 91b97c21c9271629dae7515a6a58c35d13b777ff
Parents: c8d7290
Author: Akira Ajisaka aajis...@apache.org
Authored: Fri Apr 24 20:32:26 2015 +0900
Committer: Akira Ajisaka aajis...@apache.org
Committed: Fri Apr 24 20:32:55 2015 +0900

--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt |  3 +++
 .../src/site/xdoc/HdfsRollingUpgrade.xml| 26 +++-
 2 files changed, 6 insertions(+), 23 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/91b97c21/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
--
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt 
b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index b442bad..56f8ec3 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -315,6 +315,9 @@ Trunk (Unreleased)
 HDFS-4681. 
TestBlocksWithNotEnoughRacks#testCorruptBlockRereplicatedAcrossRacks 
 fails using IBM java (Ayappan via aw)
 
+HDFS-8110. Remove unsupported 'hdfs namenode -rollingUpgrade downgrade'
+from document. (J.Andreina via aajisaka)
+
 Release 2.8.0 - UNRELEASED
 
   INCOMPATIBLE CHANGES

http://git-wip-us.apache.org/repos/asf/hadoop/blob/91b97c21/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsRollingUpgrade.xml
--
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 1c3dc60..f0b0ccf 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsRollingUpgrade.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsRollingUpgrade.xml
@@ -190,14 +190,12 @@
 only if both the namenode layout version and the datenode layout version
 are not changed between these two releases.
   /p
-
-  subsection name=Downgrade without Downtime id=DowngradeWithoutDowntime
   p
 In a HA cluster,
 when a rolling upgrade from an old software release to a new software 
release is in progress,
 it is possible to downgrade, in a rolling fashion, the upgraded machines 
back to the old software release.
 Same as before, suppose emNN1/em and emNN2/em are respectively in 
active and standby states.
-Below are the steps for rolling downgrade:
+Below are the steps for rolling downgrade without downtime:
   /p
   ol
 liDowngrade emDNs/emol
@@ -214,16 +212,12 @@
 /ol/li
 liDowngrade Active and Standby emNNs/emol
   liShutdown and downgrade emNN2/em./li
-  liStart emNN2/em as standby normally. (Note that it is incorrect 
to use the
-a href=#namenode_-rollingUpgradecode-rollingUpgrade 
downgrade/code/a
-option here.)
+  liStart emNN2/em as standby normally.
   /li
   liFailover from emNN1/em to emNN2/em
 so that emNN2/em becomes active and emNN1/em becomes 
standby./li
   liShutdown and upgrade emNN1/em./li
-  liStart emNN1/em as standby normally. (Note that it is incorrect 
to use the
-a href=#namenode_-rollingUpgradecode-rollingUpgrade 
downgrade/code/a
-option here.)
+  liStart emNN1/em as standby normally.
   /li
 /ol/li
 liFinalize Rolling Downgradeul
@@ -236,20 +230,6 @@
 since protocols may be changed in a backward compatible manner but not 
forward compatible,
 i.e. old datanodes can talk to the new namenodes but not vice versa.
   /p
-  /subsection
-  subsection name=Downgrade with Downtime id=DowngradeWithDowntime
-  p
-Administrator may choose to first shutdown the cluster and then downgrade 
it.
-The following are the steps:
-  /p
-  ol
-  liShutdown all emNNs/em and emDNs/em./li
-  liRestore the pre-upgrade release in all machines./li
-  liStart emNNs/em with the 
-a href=#namenode_-rollingUpgradecode-rollingUpgrade 
downgrade/code/a option./li
-  liStart emDNs/em normally./li
-  /ol
-  /subsection
   /section
 
   section name=Rollback id=Rollback