Skip to content

Commit 5be5129

Browse files
committed
HDFS.7849. Update documentation for enabling a new feature in rolling upgrade ( Contributed by J.Andreina )
1 parent e79be0e commit 5be5129

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,9 @@ Release 2.7.0 - UNRELEASED
764764

765765
HDFS-7054. Make DFSOutputStream tracing more fine-grained (cmccabe)
766766

767+
HDFS.7849. Update documentation for enabling a new feature in rolling
768+
upgrade ( J.Andreina via vinayakumarb )
769+
767770
OPTIMIZATIONS
768771

769772
HDFS-7454. Reduce memory footprint for AclEntries in NameNode.

hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsRollingUpgrade.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@
4747
These two capabilities make it feasible to upgrade HDFS without incurring HDFS downtime.
4848
In order to upgrade a HDFS cluster without downtime, the cluster must be setup with HA.
4949
</p>
50+
<p>
51+
If there is any new feature which is enabled in new software release, may not work with old software release after upgrade.
52+
In such cases upgrade should be done by following steps.
53+
</p>
54+
<ol>
55+
<li>Disable new feature.</li>
56+
<li>Upgrade the cluster.</li>
57+
<li>Enable the new feature.</li>
58+
</ol>
5059
<p>
5160
Note that rolling upgrade is supported only from Hadoop-2.4.0 onwards.
5261
</p>

0 commit comments

Comments
 (0)