فهرست منبع

HDFS-6806. HDFS Rolling upgrade document should mention the versions available. Contributed by J.Andreina.

(cherry picked from commit 82db3341bfb344f10c4c6cc8eea0d8c19e05956a)
Akira Ajisaka 10 سال پیش
والد
کامیت
2d3c5507ce
2فایلهای تغییر یافته به همراه6 افزوده شده و 1 حذف شده
  1. 3 0
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
  2. 3 1
      hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsRollingUpgrade.xml

+ 3 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -432,6 +432,9 @@ Release 2.7.0 - UNRELEASED
     HDFS-7898. Change TestAppendSnapshotTruncate to fail-fast.
     HDFS-7898. Change TestAppendSnapshotTruncate to fail-fast.
     (Tsz Wo Nicholas Sze via jing9)
     (Tsz Wo Nicholas Sze via jing9)
 
 
+    HDFS-6806. HDFS Rolling upgrade document should mention the versions
+    available. (J.Andreina via aajisaka)
+
   OPTIMIZATIONS
   OPTIMIZATIONS
 
 
     HDFS-7454. Reduce memory footprint for AclEntries in NameNode.
     HDFS-7454. Reduce memory footprint for AclEntries in NameNode.

+ 3 - 1
hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsRollingUpgrade.xml

@@ -47,7 +47,9 @@
     These two capabilities make it feasible to upgrade HDFS without incurring HDFS downtime.
     These two capabilities make it feasible to upgrade HDFS without incurring HDFS downtime.
     In order to upgrade a HDFS cluster without downtime, the cluster must be setup with HA.
     In order to upgrade a HDFS cluster without downtime, the cluster must be setup with HA.
   </p>
   </p>
-
+  <p>
+    Note that rolling upgrade is supported only from Hadoop-2.4.0 onwards.
+  </p>
   <subsection name="Upgrade without Downtime" id="UpgradeWithoutDowntime">
   <subsection name="Upgrade without Downtime" id="UpgradeWithoutDowntime">
   <p>
   <p>
     In a HA cluster, there are two or more <em>NameNodes (NNs)</em>, many <em>DataNodes (DNs)</em>,
     In a HA cluster, there are two or more <em>NameNodes (NNs)</em>, many <em>DataNodes (DNs)</em>,