You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by ac...@apache.org on 2011/11/01 09:55:11 UTC

svn commit: r1195878 - /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/index.apt.vm

Author: acmurthy
Date: Tue Nov  1 08:55:10 2011
New Revision: 1195878

URL: http://svn.apache.org/viewvc?rev=1195878&view=rev
Log:
Merge -c 1195876 from trunk to branch-0.23 to fix HADOOP-7789.

Modified:
    hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/index.apt.vm

Modified: hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/index.apt.vm?rev=1195878&r1=1195877&r2=1195878&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/index.apt.vm (original)
+++ hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/index.apt.vm Tue Nov  1 08:55:10 2011
@@ -11,32 +11,12 @@
 ~~ limitations under the License. See accompanying LICENSE file.
 
   ---
-  Apache Hadoop 0.23
+  Apache Hadoop NextGen MapReduce
   ---
   ---
   ${maven.build.timestamp}
-
-Apache Hadoop 0.23
-
-  Apache Hadoop 0.23 consists of significant improvements over the previous 
-  stable release (hadoop-0.20.205).
-
-  Here is a short overview of the improvments to both HDFS and MapReduce.
-
-* {HDFS Federation}
-
-  In order to scale the name service horizontally, <federation> uses multiple 
-  independent Namenodes/Namespaces. The Namenodes are federated, that is, the 
-  Namenodes are independent and don't require coordination with each other. 
-  The datanodes are used as common storage for blocks by all the Namenodes. 
-  Each datanode registers with all the Namenodes in the cluster. Datanodes 
-  send periodic heartbeats and block reports and handles commands from the 
-  Namenodes.
-
-  More details are available in the {{{./Federation.html}HDFS Federation}}
-  document.
   
-* {MapReduce NextGen aka YARN aka MRv2}
+MapReduce NextGen aka YARN aka MRv2
 
   The new architecture introduced in hadoop-0.23, divides the two major 
   functions of the JobTracker: resource management and job life-cycle management 
@@ -59,23 +39,12 @@ Apache Hadoop 0.23
   More details are available in the {{{./YARN.html}YARN}}
   document.
 
-* Release Documentation
-
-  * {{{./SingleCluster.html}Setting up a Single Node Cluster}}
-
-  * {{{./ClusterSetup.html}Setting up a full-fledged Hadoop Cluster}}
-  
-  * {{{./CapacityScheduler.html}Capacity Scheduler}}
-
-  * {{{./Federation.html}HDFS Federation feature description, configuration and 
-    management}}
+* Documentation
 
   * {{{./YARN.html}NextGen MapReduce}}
-
-* User Documentation
-
+  
   * {{{./WritingYarnApplications.html}Writing Yarn Applications}}
 
-  * {{{./apidocs/index.html}JavaDocs}}
+  * {{{./CapacityScheduler.html}Capacity Scheduler}}