1
0
Kaynağa Gözat

HADOOP-8826. Docs still refer to 0.20.205 as stable line (Mit Desai via jeagles)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1586695 13f79535-47bb-0310-9956-ffa450edef68
Jonathan Turner Eagles 11 yıl önce
ebeveyn
işleme
7da5dbd59b

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

@@ -45,6 +45,9 @@ Release 0.23.10 - 2013-12-09
 
     HADOOP-8704. add request logging to jetty/httpserver (jeagles)
 
+    HADOOP-8826. Docs still refer to 0.20.205 as stable line (Mit Desai via
+    jeagles)
+
   OPTIMIZATIONS
 
     HADOOP-9748. Reduce blocking on UGI.ensureInitialized (daryn)

+ 1 - 1
hadoop-project/src/site/apt/index.apt.vm

@@ -19,7 +19,7 @@
 Apache Hadoop 0.23
 
   Apache Hadoop 0.23 consists of significant improvements over the previous 
-  stable release (hadoop-0.20.205).
+  stable release (hadoop-1.x).
 
   Here is a short overview of the improvments to both HDFS and MapReduce.
 

+ 1 - 1
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/YARN.apt.vm

@@ -72,6 +72,6 @@ Apache Hadoop NextGen MapReduce (YARN)
   monitoring for progress.
 
   MRV2 maintains <<API compatibility>> with previous stable release 
-  (hadoop-0.20.205).  This means that all Map-Reduce jobs should still run 
+  (hadoop-1.x).  This means that all Map-Reduce jobs should still run 
   unchanged on top of MRv2 with just a recompile.