File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
hadoop-hdfs-project/hadoop-hdfs Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -764,6 +764,9 @@ Release 2.7.0 - UNRELEASED
764
764
765
765
HDFS-7054. Make DFSOutputStream tracing more fine-grained (cmccabe)
766
766
767
+ HDFS.7849. Update documentation for enabling a new feature in rolling
768
+ upgrade ( J.Andreina via vinayakumarb )
769
+
767
770
OPTIMIZATIONS
768
771
769
772
HDFS-7454. Reduce memory footprint for AclEntries in NameNode.
Original file line number Diff line number Diff line change 47
47
These two capabilities make it feasible to upgrade HDFS without incurring HDFS downtime.
48
48
In order to upgrade a HDFS cluster without downtime, the cluster must be setup with HA.
49
49
</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 >
50
59
<p >
51
60
Note that rolling upgrade is supported only from Hadoop-2.4.0 onwards.
52
61
</p >
You can’t perform that action at this time.
0 commit comments