You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ac...@apache.org on 2013/10/16 07:48:41 UTC

svn commit: r1532643 - in /hadoop/common/site/main: author/src/documentation/content/xdocs/ publish/

Author: acmurthy
Date: Wed Oct 16 05:48:40 2013
New Revision: 1532643

URL: http://svn.apache.org/r1532643
Log:
Updated site for Apache Hadoop 2.2.0.

Modified:
    hadoop/common/site/main/author/src/documentation/content/xdocs/index.xml
    hadoop/common/site/main/author/src/documentation/content/xdocs/releases.xml
    hadoop/common/site/main/author/src/documentation/content/xdocs/site.xml
    hadoop/common/site/main/publish/bylaws.html
    hadoop/common/site/main/publish/bylaws.pdf
    hadoop/common/site/main/publish/index.html
    hadoop/common/site/main/publish/index.pdf
    hadoop/common/site/main/publish/issue_tracking.html
    hadoop/common/site/main/publish/issue_tracking.pdf
    hadoop/common/site/main/publish/linkmap.html
    hadoop/common/site/main/publish/linkmap.pdf
    hadoop/common/site/main/publish/mailing_lists.html
    hadoop/common/site/main/publish/mailing_lists.pdf
    hadoop/common/site/main/publish/privacy_policy.html
    hadoop/common/site/main/publish/privacy_policy.pdf
    hadoop/common/site/main/publish/releases.html
    hadoop/common/site/main/publish/releases.pdf
    hadoop/common/site/main/publish/version_control.html
    hadoop/common/site/main/publish/version_control.pdf
    hadoop/common/site/main/publish/who.html
    hadoop/common/site/main/publish/who.pdf

Modified: hadoop/common/site/main/author/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/author/src/documentation/content/xdocs/index.xml?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
--- hadoop/common/site/main/author/src/documentation/content/xdocs/index.xml (original)
+++ hadoop/common/site/main/author/src/documentation/content/xdocs/index.xml Wed Oct 16 05:48:40 2013
@@ -125,7 +125,24 @@
     <section>
     <title>News</title>
 
-     
+      <section>
+        <title>15 October, 2013: release 2.2.0 available </title>
+        <p>     Apache Hadoop 2.x reaches GA milestone! 
+	        Full information about this milestone release is available at
+	        <a href="releases.html#News">
+                Hadoop Releases</a>.  
+        </p>
+      </section>
+
+      <section>
+        <title>25 August, 2013: release 2.1.0-beta available </title>
+        <p>     Apache Hadoop 2.x reaches beta milestone! 
+	        Full information about this milestone release is available at
+	        <a href="releases.html#News">
+                Hadoop Releases</a>.  
+        </p>
+      </section>
+
       <section>
         <title>27 December, 2011: release 1.0.0 available </title>
         <p>     Hadoop reaches 1.0.0!

Modified: hadoop/common/site/main/author/src/documentation/content/xdocs/releases.xml
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/author/src/documentation/content/xdocs/releases.xml?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
--- hadoop/common/site/main/author/src/documentation/content/xdocs/releases.xml (original)
+++ hadoop/common/site/main/author/src/documentation/content/xdocs/releases.xml Wed Oct 16 05:48:40 2013
@@ -16,11 +16,8 @@
 
       <ul>
         <li><strong>1.2.X - </strong> current stable version, 1.2 release</li>
-        <li><strong>2.X.X - </strong> current beta version</li>
+        <li><strong>2.2.X - </strong> current stable 2.x version</li>
         <li><strong>0.23.X - </strong> similar to 2.X.X but missing NN HA.</li>
-        <li><strong>0.22.X - </strong> does not include security</li>
-        <li><strong>0.20.203.X - </strong> old legacy stable version</li>
-        <li><strong>0.20.X - </strong> old legacy version</li>
       </ul>
 
       <p>Releases may be downloaded from Apache mirrors.</p>
@@ -39,7 +36,58 @@
     <section>
       <title>News</title>
 
-       <section>
+      <section>
+        <title>15 October, 2013: Release 2.2.0 available</title>
+        <p>     Apache Hadoop 2.2.0 is the <strong>GA</strong> 
+                release of Apache Hadoop 2.x.
+        </p>
+
+        <p>     Users are encouraged to immediately move to 2.2.0 since 
+                this release is significantly more stable and is guaranteed to remain
+                compatible in terms of both APIs and protocols.
+        </p>
+
+        <p>     To recap, this release has a number of significant 
+                highlights compared to Hadoop 1.x:
+        </p>
+
+        <ul>
+                <li>YARN - A general purpose resource management system for Hadoop to allow MapReduce and other other data processing frameworks and services</li>
+                <li>High Availability for HDFS</li>
+                <li>HDFS Federation</li>
+                <li>HDFS Snapshots</li>
+                <li>NFSv3 access to data in HDFS</li>
+                <li>Support for running Hadoop on Microsoft Windows</li>
+                <li>Binary Compatibility for MapReduce applications built on hadoop-1.x</li>
+                <li>Substantial amount of integration testing with rest of projects in the ecosystem</li>
+        </ul>
+        
+        <p>     A couple of important points to note while upgrading to hadoop-2.2.0: 
+        </p>
+
+        <ul>
+                <li>HDFS - The HDFS community decided to push the symlinks feature out to a future 2.3.0 release and is currently disabled.</li> 
+                <li>YARN/MapReduce - Users need to change ShuffleHandler service name from mapreduce.shuffle to mapreduce_shuffle.</li>
+        </ul>
+
+        <p>     Please see the <a 
+                href="http://hadoop.apache.org/docs/r2.2.0/hadoop-project-dist/hadoop-common/releasenotes.html">
+                Hadoop 2.2.0 Release Notes</a> for details.
+        </p>
+      </section>
+
+      <section>
+        <title>23 September, 2013: Release 2.1.1-beta available</title>
+        <p>     Apache Hadoop 2.1.1-beta is a bug-fix version of the beta
+                release of Apache Hadoop 2.x.
+        </p>
+        <p>     Please see the <a 
+                href="http://hadoop.apache.org/docs/r2.1.1-beta/hadoop-project-dist/hadoop-common/releasenotes.html">
+                Hadoop 2.1.1-beta Release Notes</a> for details.
+        </p>
+      </section>
+
+      <section>
         <title>25 August, 2013: Release 2.1.0-beta available</title>
         <p>     Apache Hadoop 2.1.0-beta is the <strong>beta</strong> 
                 release of Apache Hadoop 2.x.

Modified: hadoop/common/site/main/author/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/author/src/documentation/content/xdocs/site.xml?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
--- hadoop/common/site/main/author/src/documentation/content/xdocs/site.xml (original)
+++ hadoop/common/site/main/author/src/documentation/content/xdocs/site.xml Wed Oct 16 05:48:40 2013
@@ -35,8 +35,8 @@
     <current label="Current" href="ext:docs/current/"/>
     <stable label="Stable" href="ext:docs/stable/"/>
     <r1.2.1 label="Release 1.2.1" href="ext:docs/r1.2.1/"/>
-    <r2.1.0-beta label="Release 2.1.0-beta" href="ext:docs/r2.1.0-beta/"/>
-    <r2.0.6-alpha label="Release 2.0.6-alpha" href="ext:docs/r2.0.6-alpha/"/>
+    <r2.2.0 label="Release 2.2.0" href="ext:docs/r2.2.0/"/>
+    <r2.1.1-beta label="Release 2.1.0-beta" href="ext:docs/r2.1.1-beta/"/>
     <r0.23.9 label="Release 0.23.9" href="ext:docs/r0.23.9/"/>
   </docs>
 
@@ -75,15 +75,10 @@
     <docs href="http://hadoop.apache.org/docs/">
       <current href="current/"/>
       <stable href="stable/"/>
-      <r1.1.2 href="r1.1.2/"/>
-      <r1.2.0 href="r1.2.0/"/>
       <r1.2.1 href="r1.2.1/"/>
-      <r2.1.0-beta href="r2.1.0-beta/"/>
-      <r2.0.6-alpha href="r2.0.6-alpha/"/>
+      <r2.2.0-beta href="r2.2.0/"/>
+      <r2.1.1-beta href="r2.1.1-beta/"/>
       <r0.23.9 href="r0.23.9/"/>
-      <r0.22.0 href="r0.22.0/"/>
-      <r0.20.203.0 href="r0.20.203.0/"/>
-      <r0.20.2 href="r0.20.2/"/>
     </docs>
 
   </external-refs>

Modified: hadoop/common/site/main/publish/bylaws.html
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/bylaws.html?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
--- hadoop/common/site/main/publish/bylaws.html (original)
+++ hadoop/common/site/main/publish/bylaws.html Wed Oct 16 05:48:40 2013
@@ -161,10 +161,10 @@ document.write("Last Published: " + docu
 <a href="http://hadoop.apache.org/docs/r1.2.1/">Release 1.2.1</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.1.0-beta/">Release 2.1.0-beta</a>
+<a href="error:ext:docs/r2.2.0/">Release 2.2.0</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.0.6-alpha/">Release 2.0.6-alpha</a>
+<a href="http://hadoop.apache.org/docs/r2.1.1-beta/">Release 2.1.0-beta</a>
 </div>
 <div class="menuitem">
 <a href="http://hadoop.apache.org/docs/r0.23.9/">Release 0.23.9</a>

Modified: hadoop/common/site/main/publish/bylaws.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/bylaws.pdf?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/index.html
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/index.html?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
--- hadoop/common/site/main/publish/index.html (original)
+++ hadoop/common/site/main/publish/index.html Wed Oct 16 05:48:40 2013
@@ -161,10 +161,10 @@ document.write("Last Published: " + docu
 <a href="http://hadoop.apache.org/docs/r1.2.1/">Release 1.2.1</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.1.0-beta/">Release 2.1.0-beta</a>
+<a href="error:ext:docs/r2.2.0/">Release 2.2.0</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.0.6-alpha/">Release 2.0.6-alpha</a>
+<a href="http://hadoop.apache.org/docs/r2.1.1-beta/">Release 2.1.0-beta</a>
 </div>
 <div class="menuitem">
 <a href="http://hadoop.apache.org/docs/r0.23.9/">Release 0.23.9</a>
@@ -244,6 +244,12 @@ document.write("Last Published: " + docu
 <a href="#News">News</a>
 <ul class="minitoc">
 <li>
+<a href="#15+October%2C+2013%3A+release+2.2.0+available">15 October, 2013: release 2.2.0 available </a>
+</li>
+<li>
+<a href="#25+August%2C+2013%3A+release+2.1.0-beta+available">25 August, 2013: release 2.1.0-beta available </a>
+</li>
+<li>
 <a href="#27+December%2C+2011%3A+release+1.0.0+available">27 December, 2011: release 1.0.0 available </a>
 </li>
 <li>
@@ -426,14 +432,28 @@ document.write("Last Published: " + docu
 <a name="N100B4"></a><a name="News"></a>
 <h2 class="h3">News</h2>
 <div class="section">
-<a name="N100BA"></a><a name="27+December%2C+2011%3A+release+1.0.0+available"></a>
+<a name="N100BA"></a><a name="15+October%2C+2013%3A+release+2.2.0+available"></a>
+<h3 class="h4">15 October, 2013: release 2.2.0 available </h3>
+<p>     Apache Hadoop 2.x reaches GA milestone! 
+	        Full information about this milestone release is available at
+	        <a href="releases.html#News">
+                Hadoop Releases</a>.  
+        </p>
+<a name="N100C8"></a><a name="25+August%2C+2013%3A+release+2.1.0-beta+available"></a>
+<h3 class="h4">25 August, 2013: release 2.1.0-beta available </h3>
+<p>     Apache Hadoop 2.x reaches beta milestone! 
+	        Full information about this milestone release is available at
+	        <a href="releases.html#News">
+                Hadoop Releases</a>.  
+        </p>
+<a name="N100D6"></a><a name="27+December%2C+2011%3A+release+1.0.0+available"></a>
 <h3 class="h4">27 December, 2011: release 1.0.0 available </h3>
 <p>     Hadoop reaches 1.0.0!
 	        Full information about this milestone release is available at
 	        <a href="releases.html#News">
                 Hadoop Releases</a>.  
         </p>
-<a name="N100C8"></a><a name="March+2011+-+Apache+Hadoop+takes+top+prize+at+Media+Guardian+Innovation+Awards"></a>
+<a name="N100E4"></a><a name="March+2011+-+Apache+Hadoop+takes+top+prize+at+Media+Guardian+Innovation+Awards"></a>
 <h3 class="h4">March 2011 - Apache Hadoop takes top prize at Media Guardian Innovation Awards</h3>
 <p>
        
@@ -446,14 +466,14 @@ document.write("Last Published: " + docu
        The Guardian web site</a>
        
 </p>
-<a name="N100DC"></a><a name="January+2011+-+ZooKeeper+Graduates"></a>
+<a name="N100F8"></a><a name="January+2011+-+ZooKeeper+Graduates"></a>
 <h3 class="h4">January 2011 - ZooKeeper Graduates</h3>
 <p>Hadoop's ZooKeeper subproject has graduated to become a
      top-level Apache project.</p>
 <p>Apache ZooKeeper can now be found
      at <a href="http://zookeeper.apache.org/">http://zookeeper.apache.org/</a>
 </p>
-<a name="N100EC"></a><a name="September+2010+-+Hive+and+Pig+Graduate"></a>
+<a name="N10108"></a><a name="September+2010+-+Hive+and+Pig+Graduate"></a>
 <h3 class="h4">September 2010 - Hive and Pig Graduate</h3>
 <p>Hadoop's Hive and Pig subprojects have graduated to become
      top-level Apache projects.</p>
@@ -463,7 +483,7 @@ document.write("Last Published: " + docu
 <p>Pig can now be found
      at <a href="http://pig.apache.org/">http://pig.apache.org/</a>
 </p>
-<a name="N10102"></a><a name="May+2010+-+Avro+and+HBase+Graduate"></a>
+<a name="N1011E"></a><a name="May+2010+-+Avro+and+HBase+Graduate"></a>
 <h3 class="h4">May 2010 - Avro and HBase Graduate</h3>
 <p>Hadoop's Avro and HBase subprojects have graduated to become
      top-level Apache projects.</p>
@@ -473,7 +493,7 @@ document.write("Last Published: " + docu
 <p>Apache HBase can now be found
      at <a href="http://hbase.apache.org/">http://hbase.apache.org/</a>
 </p>
-<a name="N10118"></a><a name="July+2009+-+New+Hadoop+Subprojects"></a>
+<a name="N10134"></a><a name="July+2009+-+New+Hadoop+Subprojects"></a>
 <h3 class="h4">July 2009 - New Hadoop Subprojects</h3>
 <p>Hadoop is getting bigger! </p>
 <ul>
@@ -487,15 +507,15 @@ document.write("Last Published: " + docu
 </ul>
 <p></p>
 <p>See the summary descriptions for all subprojects above. Visit the individual sites for more detailed information.</p>
-<a name="N10133"></a><a name="March+2009+-+ApacheCon+EU"></a>
+<a name="N1014F"></a><a name="March+2009+-+ApacheCon+EU"></a>
 <h3 class="h4">March 2009 - ApacheCon EU</h3>
 <p>In case you missed it.... <a href="http://www.eu.apachecon.com/c/aceu2009/">ApacheCon Europe 2009</a> 
 </p>
-<a name="N10141"></a><a name="November+2008+-+ApacheCon+US"></a>
+<a name="N1015D"></a><a name="November+2008+-+ApacheCon+US"></a>
 <h3 class="h4">November 2008 - ApacheCon US</h3>
 <p>In case you missed it.... <a href="http://us.apachecon.com/c/acus2008/">ApacheCon US 2008</a> 
 </p>
-<a name="N1014F"></a><a name="July+2008+-+Hadoop+Wins+Terabyte+Sort+Benchmark"></a>
+<a name="N1016B"></a><a name="July+2008+-+Hadoop+Wins+Terabyte+Sort+Benchmark"></a>
 <h3 class="h4">July 2008 - Hadoop Wins Terabyte Sort Benchmark</h3>
 <p>
      

Modified: hadoop/common/site/main/publish/index.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/index.pdf?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/issue_tracking.html
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/issue_tracking.html?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
--- hadoop/common/site/main/publish/issue_tracking.html (original)
+++ hadoop/common/site/main/publish/issue_tracking.html Wed Oct 16 05:48:40 2013
@@ -161,10 +161,10 @@ document.write("Last Published: " + docu
 <a href="http://hadoop.apache.org/docs/r1.2.1/">Release 1.2.1</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.1.0-beta/">Release 2.1.0-beta</a>
+<a href="error:ext:docs/r2.2.0/">Release 2.2.0</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.0.6-alpha/">Release 2.0.6-alpha</a>
+<a href="http://hadoop.apache.org/docs/r2.1.1-beta/">Release 2.1.0-beta</a>
 </div>
 <div class="menuitem">
 <a href="http://hadoop.apache.org/docs/r0.23.9/">Release 0.23.9</a>

Modified: hadoop/common/site/main/publish/issue_tracking.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/issue_tracking.pdf?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/linkmap.html
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/linkmap.html?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
--- hadoop/common/site/main/publish/linkmap.html (original)
+++ hadoop/common/site/main/publish/linkmap.html Wed Oct 16 05:48:40 2013
@@ -161,10 +161,10 @@ document.write("Last Published: " + docu
 <a href="http://hadoop.apache.org/docs/r1.2.1/">Release 1.2.1</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.1.0-beta/">Release 2.1.0-beta</a>
+<a href="error:ext:docs/r2.2.0/">Release 2.2.0</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.0.6-alpha/">Release 2.0.6-alpha</a>
+<a href="http://hadoop.apache.org/docs/r2.1.1-beta/">Release 2.1.0-beta</a>
 </div>
 <div class="menuitem">
 <a href="http://hadoop.apache.org/docs/r0.23.9/">Release 0.23.9</a>
@@ -335,13 +335,13 @@ document.write("Last Published: " + docu
     
 <ul>
 <li>
-<a href="http://hadoop.apache.org/docs/r2.1.0-beta/">Release 2.1.0-beta</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>r2.1.0-beta</em>
+<a href="error:ext:docs/r2.2.0/">Release 2.2.0</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>r2.2.0</em>
 </li>
 </ul>
     
 <ul>
 <li>
-<a href="http://hadoop.apache.org/docs/r2.0.6-alpha/">Release 2.0.6-alpha</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>r2.0.6-alpha</em>
+<a href="http://hadoop.apache.org/docs/r2.1.1-beta/">Release 2.1.0-beta</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>r2.1.1-beta</em>
 </li>
 </ul>
     

Modified: hadoop/common/site/main/publish/linkmap.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/linkmap.pdf?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/mailing_lists.html
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/mailing_lists.html?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
--- hadoop/common/site/main/publish/mailing_lists.html (original)
+++ hadoop/common/site/main/publish/mailing_lists.html Wed Oct 16 05:48:40 2013
@@ -161,10 +161,10 @@ document.write("Last Published: " + docu
 <a href="http://hadoop.apache.org/docs/r1.2.1/">Release 1.2.1</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.1.0-beta/">Release 2.1.0-beta</a>
+<a href="error:ext:docs/r2.2.0/">Release 2.2.0</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.0.6-alpha/">Release 2.0.6-alpha</a>
+<a href="http://hadoop.apache.org/docs/r2.1.1-beta/">Release 2.1.0-beta</a>
 </div>
 <div class="menuitem">
 <a href="http://hadoop.apache.org/docs/r0.23.9/">Release 0.23.9</a>

Modified: hadoop/common/site/main/publish/mailing_lists.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/mailing_lists.pdf?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/privacy_policy.html
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/privacy_policy.html?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
--- hadoop/common/site/main/publish/privacy_policy.html (original)
+++ hadoop/common/site/main/publish/privacy_policy.html Wed Oct 16 05:48:40 2013
@@ -161,10 +161,10 @@ document.write("Last Published: " + docu
 <a href="http://hadoop.apache.org/docs/r1.2.1/">Release 1.2.1</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.1.0-beta/">Release 2.1.0-beta</a>
+<a href="error:ext:docs/r2.2.0/">Release 2.2.0</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.0.6-alpha/">Release 2.0.6-alpha</a>
+<a href="http://hadoop.apache.org/docs/r2.1.1-beta/">Release 2.1.0-beta</a>
 </div>
 <div class="menuitem">
 <a href="http://hadoop.apache.org/docs/r0.23.9/">Release 0.23.9</a>

Modified: hadoop/common/site/main/publish/privacy_policy.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/privacy_policy.pdf?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/releases.html
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/releases.html?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
--- hadoop/common/site/main/publish/releases.html (original)
+++ hadoop/common/site/main/publish/releases.html Wed Oct 16 05:48:40 2013
@@ -161,10 +161,10 @@ document.write("Last Published: " + docu
 <a href="http://hadoop.apache.org/docs/r1.2.1/">Release 1.2.1</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.1.0-beta/">Release 2.1.0-beta</a>
+<a href="error:ext:docs/r2.2.0/">Release 2.2.0</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.0.6-alpha/">Release 2.0.6-alpha</a>
+<a href="http://hadoop.apache.org/docs/r2.1.1-beta/">Release 2.1.0-beta</a>
 </div>
 <div class="menuitem">
 <a href="http://hadoop.apache.org/docs/r0.23.9/">Release 0.23.9</a>
@@ -232,6 +232,12 @@ document.write("Last Published: " + docu
 <a href="#News">News</a>
 <ul class="minitoc">
 <li>
+<a href="#15+October%2C+2013%3A+Release+2.2.0+available">15 October, 2013: Release 2.2.0 available</a>
+</li>
+<li>
+<a href="#23+September%2C+2013%3A+Release+2.1.1-beta+available">23 September, 2013: Release 2.1.1-beta available</a>
+</li>
+<li>
 <a href="#25+August%2C+2013%3A+Release+2.1.0-beta+available">25 August, 2013: Release 2.1.0-beta available</a>
 </li>
 <li>
@@ -417,19 +423,10 @@ document.write("Last Published: " + docu
 <strong>1.2.X - </strong> current stable version, 1.2 release</li>
         
 <li>
-<strong>2.X.X - </strong> current beta version</li>
+<strong>2.2.X - </strong> current stable 2.x version</li>
         
 <li>
 <strong>0.23.X - </strong> similar to 2.X.X but missing NN HA.</li>
-        
-<li>
-<strong>0.22.X - </strong> does not include security</li>
-        
-<li>
-<strong>0.20.203.X - </strong> old legacy stable version</li>
-        
-<li>
-<strong>0.20.X - </strong> old legacy version</li>
       
 </ul>
 <p>Releases may be downloaded from Apache mirrors.</p>
@@ -445,10 +442,61 @@ document.write("Last Published: " + docu
 </div>
 
     
-<a name="N1004B"></a><a name="News"></a>
+<a name="N1003C"></a><a name="News"></a>
 <h2 class="h3">News</h2>
 <div class="section">
-<a name="N10051"></a><a name="25+August%2C+2013%3A+Release+2.1.0-beta+available"></a>
+<a name="N10042"></a><a name="15+October%2C+2013%3A+Release+2.2.0+available"></a>
+<h3 class="h4">15 October, 2013: Release 2.2.0 available</h3>
+<p>     Apache Hadoop 2.2.0 is the <strong>GA</strong> 
+                release of Apache Hadoop 2.x.
+        </p>
+<p>     Users are encouraged to immediately move to 2.2.0 since 
+                this release is significantly more stable and is guaranteed to remain
+                compatible in terms of both APIs and protocols.
+        </p>
+<p>     To recap, this release has a number of significant 
+                highlights compared to Hadoop 1.x:
+        </p>
+<ul>
+                
+<li>YARN - A general purpose resource management system for Hadoop to allow MapReduce and other other data processing frameworks and services</li>
+                
+<li>High Availability for HDFS</li>
+                
+<li>HDFS Federation</li>
+                
+<li>HDFS Snapshots</li>
+                
+<li>NFSv3 access to data in HDFS</li>
+                
+<li>Support for running Hadoop on Microsoft Windows</li>
+                
+<li>Binary Compatibility for MapReduce applications built on hadoop-1.x</li>
+                
+<li>Substantial amount of integration testing with rest of projects in the ecosystem</li>
+        
+</ul>
+<p>     A couple of important points to note while upgrading to hadoop-2.2.0: 
+        </p>
+<ul>
+                
+<li>HDFS - The HDFS community decided to push the symlinks feature out to a future 2.3.0 release and is currently disabled.</li> 
+                
+<li>YARN/MapReduce - Users need to change ShuffleHandler service name from mapreduce.shuffle to mapreduce_shuffle.</li>
+        
+</ul>
+<p>     Please see the <a href="http://hadoop.apache.org/docs/r2.2.0/hadoop-project-dist/hadoop-common/releasenotes.html">
+                Hadoop 2.2.0 Release Notes</a> for details.
+        </p>
+<a name="N10083"></a><a name="23+September%2C+2013%3A+Release+2.1.1-beta+available"></a>
+<h3 class="h4">23 September, 2013: Release 2.1.1-beta available</h3>
+<p>     Apache Hadoop 2.1.1-beta is a bug-fix version of the beta
+                release of Apache Hadoop 2.x.
+        </p>
+<p>     Please see the <a href="http://hadoop.apache.org/docs/r2.1.1-beta/hadoop-project-dist/hadoop-common/releasenotes.html">
+                Hadoop 2.1.1-beta Release Notes</a> for details.
+        </p>
+<a name="N10094"></a><a name="25+August%2C+2013%3A+Release+2.1.0-beta+available"></a>
 <h3 class="h4">25 August, 2013: Release 2.1.0-beta available</h3>
 <p>     Apache Hadoop 2.1.0-beta is the <strong>beta</strong> 
                 release of Apache Hadoop 2.x.
@@ -477,7 +525,7 @@ document.write("Last Published: " + docu
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r2.1.0-beta/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 2.1.0-beta Release Notes</a> for details.
         </p>
-<a name="N1007D"></a><a name="23+August%2C+2013%3A+Release+2.0.6-alpha+available"></a>
+<a name="N100C0"></a><a name="23+August%2C+2013%3A+Release+2.0.6-alpha+available"></a>
 <h3 class="h4">23 August, 2013: Release 2.0.6-alpha available </h3>
 <p>     This release delivers a number of critical bug-fixes for
                 hadoop-2.x uncovered during integration testing of previous
@@ -486,21 +534,21 @@ document.write("Last Published: " + docu
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r2.0.6-alpha/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 2.0.6-alpha Release Notes</a> for details.
         </p>
-<a name="N1008E"></a><a name="1+Aug%2C+2013%3A+Release+1.2.1+%28stable%29+available"></a>
+<a name="N100D1"></a><a name="1+Aug%2C+2013%3A+Release+1.2.1+%28stable%29+available"></a>
 <h3 class="h4">1 Aug, 2013: Release 1.2.1 (stable) available </h3>
 <p>     A point release for the 1.2 line. This release is now considered stable.
         </p>
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r1.2.1/releasenotes.html">
                 Hadoop 1.2.1 Release Notes</a> for the list of 18 bug fixes and patches since the previous release 1.2.0.
         </p>
-<a name="N1009F"></a><a name="8+July%2C+2013%3A+Release+0.23.9+available"></a>
+<a name="N100E2"></a><a name="8+July%2C+2013%3A+Release+0.23.9+available"></a>
 <h3 class="h4">8 July, 2013: Release 0.23.9 available </h3>
 <p>     A point release for the 0.23.X line. Bug fixes to continue stabilization.
         </p>
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r0.23.9/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 0.23.9 Release Notes</a> for details.  
         </p>
-<a name="N100B0"></a><a name="6+June%2C+2013%3A+Release+2.0.5-alpha+available"></a>
+<a name="N100F3"></a><a name="6+June%2C+2013%3A+Release+2.0.5-alpha+available"></a>
 <h3 class="h4">6 June, 2013: Release 2.0.5-alpha available </h3>
 <p>     This release delivers a number of critical bug-fixes for 
                 hadoop-2.x uncovered during integration testing of previous
@@ -509,14 +557,14 @@ document.write("Last Published: " + docu
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r2.0.5-alpha/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 2.0.5-alpha Release Notes</a> for details.  
         </p>
-<a name="N100C1"></a><a name="5+June%2C+2013%3A+Release+0.23.8+available"></a>
+<a name="N10104"></a><a name="5+June%2C+2013%3A+Release+0.23.8+available"></a>
 <h3 class="h4">5 June, 2013: Release 0.23.8 available </h3>
 <p>     A point release for the 0.23.X line. Bug fixes to continue stabilization.
         </p>
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r0.23.8/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 0.23.8 Release Notes</a> for details.  
         </p>
-<a name="N100D2"></a><a name="13+May%2C+2013%3A+Release+1.2.0+available"></a>
+<a name="N10115"></a><a name="13+May%2C+2013%3A+Release+1.2.0+available"></a>
 <h3 class="h4">13 May, 2013: Release 1.2.0 available </h3>
 <p>     This is a beta release for version 1.2.
 	</p>
@@ -547,7 +595,7 @@ document.write("Last Published: " + docu
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r1.2.0/releasenotes.html">
                 Hadoop 1.2.0 Release Notes</a> for more details.
         </p>
-<a name="N10101"></a><a name="25+April%2C+2013%3A+Release+2.0.4-alpha+available"></a>
+<a name="N10144"></a><a name="25+April%2C+2013%3A+Release+2.0.4-alpha+available"></a>
 <h3 class="h4">25 April, 2013: Release 2.0.4-alpha available </h3>
 <p>     This release delivers a number of critical bug-fixes for 
                 hadoop-2.x uncovered during integration testing. 
@@ -555,19 +603,19 @@ document.write("Last Published: " + docu
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r2.0.4-alpha/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 2.0.4-alpha Release Notes</a> for details.  
         </p>
-<a name="N10112"></a><a name="18+April%2C+2013%3A+Release+0.23.7+available"></a>
+<a name="N10155"></a><a name="18+April%2C+2013%3A+Release+0.23.7+available"></a>
 <h3 class="h4">18 April, 2013: Release 0.23.7 available </h3>
 <p>     A point release for the 0.23.X line. Bug fixes to continue stabilization.
         </p>
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r0.23.7/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 0.23.7 Release Notes</a> for details.  
         </p>
-<a name="N10123"></a><a name="15+February%2C+2013%3A+Release+1.1.2+available"></a>
+<a name="N10166"></a><a name="15+February%2C+2013%3A+Release+1.1.2+available"></a>
 <h3 class="h4">15 February, 2013: Release 1.1.2 available </h3>
 <p>     Point release for the 1.1.X line. Bug fixes and improvements, as documented in the <a href="http://hadoop.apache.org/docs/r1.1.2/releasenotes.html">
                 Hadoop 1.1.2 Release Notes</a>. 
         </p>
-<a name="N10131"></a><a name="14+February%2C+2013%3A+Release+2.0.3-alpha+available"></a>
+<a name="N10174"></a><a name="14+February%2C+2013%3A+Release+2.0.3-alpha+available"></a>
 <h3 class="h4">14 February, 2013: Release 2.0.3-alpha available </h3>
 <p>     This is the latest (alpha) version in the hadoop-2.x series.
         </p>
@@ -596,26 +644,26 @@ document.write("Last Published: " + docu
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r2.0.3-alpha/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 2.0.3-alpha Release Notes</a> for details.  
         </p>
-<a name="N10157"></a><a name="7+February%2C+2013%3A+Release+0.23.6+available"></a>
+<a name="N1019A"></a><a name="7+February%2C+2013%3A+Release+0.23.6+available"></a>
 <h3 class="h4">7 February, 2013: Release 0.23.6 available </h3>
 <p>     A point release for the 0.23.X line. Bug fixes to continue stabilization.
         </p>
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r0.23.6/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 0.23.6 Release Notes</a> for details.  
         </p>
-<a name="N10168"></a><a name="1+December%2C+2012%3A+Release+1.1.1+available"></a>
+<a name="N101AB"></a><a name="1+December%2C+2012%3A+Release+1.1.1+available"></a>
 <h3 class="h4">1 December, 2012: Release 1.1.1 available </h3>
 <p>     Point release for the 1.1.X line. Bug fixes and improvements, as documented in the <a href="http://hadoop.apache.org/docs/r1.1.1/releasenotes.html">
                 Hadoop 1.1.1 Release Notes</a>. 
         </p>
-<a name="N10176"></a><a name="28+November%2C+2012%3A+Release+0.23.5+available"></a>
+<a name="N101B9"></a><a name="28+November%2C+2012%3A+Release+0.23.5+available"></a>
 <h3 class="h4">28 November, 2012: Release 0.23.5 available </h3>
 <p>     A point release for the 0.23.X line. Bug fixes to continue stabilization.
         </p>
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r0.23.5/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 0.23.5 Release Notes</a> for details.  
         </p>
-<a name="N10187"></a><a name="15+October%2C+2012%3A+Release+0.23.4+available"></a>
+<a name="N101CA"></a><a name="15+October%2C+2012%3A+Release+0.23.4+available"></a>
 <h3 class="h4">15 October, 2012: Release 0.23.4 available </h3>
 <p>     A point release for the 0.23.X line.  Most notably this release now incluses support for upgrading
                 a 1.X HDFS cluster with append/synch enabled. 
@@ -623,7 +671,7 @@ document.write("Last Published: " + docu
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r0.23.4/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 0.23.4 Release Notes</a> for details.  
         </p>
-<a name="N10198"></a><a name="13+October%2C+2012%3A+Release+1.1.0+available"></a>
+<a name="N101DB"></a><a name="13+October%2C+2012%3A+Release+1.1.0+available"></a>
 <h3 class="h4">13 October, 2012: Release 1.1.0 available </h3>
 <p>     This is a beta release for version 1.1.
         </p>
@@ -650,7 +698,7 @@ document.write("Last Published: " + docu
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r1.1.0/releasenotes.html">
                 Hadoop 1.1.0 Release Notes</a> for details.  
         </p>
-<a name="N101C4"></a><a name="12+October%2C+2012%3A+Release+1.0.4+available"></a>
+<a name="N10207"></a><a name="12+October%2C+2012%3A+Release+1.0.4+available"></a>
 <h3 class="h4">12 October, 2012: Release 1.0.4 available </h3>
 <p>     This is a Security Patch release for version 1.0.
         </p>
@@ -671,7 +719,7 @@ document.write("Last Published: " + docu
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r1.0.4/releasenotes.html">
                 Hadoop 1.0.4 Release Notes</a> for details.  
         </p>
-<a name="N101E7"></a><a name="9+October%2C+2012%3A+Release+2.0.2-alpha+available"></a>
+<a name="N1022A"></a><a name="9+October%2C+2012%3A+Release+2.0.2-alpha+available"></a>
 <h3 class="h4">9 October, 2012: Release 2.0.2-alpha available </h3>
 <p>     This is the second (alpha) version in the hadoop-2.x series.
         </p>
@@ -682,21 +730,21 @@ document.write("Last Published: " + docu
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r2.0.2-alpha/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 2.0.2-alpha Release Notes</a> for details.  
         </p>
-<a name="N101FB"></a><a name="17+September%2C+2012%3A+Release+0.23.3+available"></a>
+<a name="N1023E"></a><a name="17+September%2C+2012%3A+Release+0.23.3+available"></a>
 <h3 class="h4">17 September, 2012: Release 0.23.3 available </h3>
 <p>     This release contains YARN and MRv2 but does not have Name Node High Avalability 
         </p>
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r0.23.3/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 0.23.3 Release Notes</a> for details.  
         </p>
-<a name="N1020C"></a><a name="26+July%2C+2012%3A+Release+2.0.1-alpha+available"></a>
+<a name="N1024F"></a><a name="26+July%2C+2012%3A+Release+2.0.1-alpha+available"></a>
 <h3 class="h4">26 July, 2012: Release 2.0.1-alpha available </h3>
 <p>     This release contains important security fixes over hadoop-2.0.0-alpha. 
         </p>
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r2.0.1-alpha/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 2.0.1-alpha Release Notes</a> for details.  
         </p>
-<a name="N1021D"></a><a name="23+May%2C+2012%3A+Release+2.0.0-alpha+available"></a>
+<a name="N10260"></a><a name="23+May%2C+2012%3A+Release+2.0.0-alpha+available"></a>
 <h3 class="h4">23 May, 2012: Release 2.0.0-alpha available </h3>
 <p>     This is the first (alpha) version in the hadoop-2.x series.
         </p>
@@ -720,7 +768,7 @@ document.write("Last Published: " + docu
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r2.0.0-alpha/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 2.0.0-alpha Release Notes</a> for details.  
         </p>
-<a name="N10243"></a><a name="16+May%2C+2012%3A+Release+1.0.3+available"></a>
+<a name="N10286"></a><a name="16+May%2C+2012%3A+Release+1.0.3+available"></a>
 <h3 class="h4">16 May, 2012: Release 1.0.3 available </h3>
 <p>     This is a bug fix release for version 1.0.
         </p>
@@ -739,7 +787,7 @@ document.write("Last Published: " + docu
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r1.0.3/releasenotes.html">
                 Hadoop 1.0.3 Release Notes</a> for details.  
         </p>
-<a name="N10263"></a><a name="3+Apr%2C+2012%3A+Release+1.0.2+available"></a>
+<a name="N102A6"></a><a name="3+Apr%2C+2012%3A+Release+1.0.2+available"></a>
 <h3 class="h4">3 Apr, 2012: Release 1.0.2 available </h3>
 <p>     This is a bug fix release for version 1.0.
         </p>
@@ -760,7 +808,7 @@ document.write("Last Published: " + docu
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r1.0.2/releasenotes.html">
                 Hadoop 1.0.2 Release Notes</a> for details.  
         </p>
-<a name="N10286"></a><a name="10+Mar%2C+2012%3A+Release+1.0.1+available"></a>
+<a name="N102C9"></a><a name="10+Mar%2C+2012%3A+Release+1.0.1+available"></a>
 <h3 class="h4">10 Mar, 2012: Release 1.0.1 available </h3>
 <p>     This is a bug fix release for version 1.0.
                 This release is now considered stable, replacing the
@@ -782,7 +830,7 @@ document.write("Last Published: " + docu
 <p>     Please see the <a href="http://hadoop.apache.org/docs/r1.0.1/releasenotes.html">
                 Hadoop 1.0.1 Release Notes</a> for details.  
         </p>
-<a name="N102A6"></a><a name="27+Feb%2C+2012%3A+release+0.23.1+available"></a>
+<a name="N102E9"></a><a name="27+Feb%2C+2012%3A+release+0.23.1+available"></a>
 <h3 class="h4">27 Feb, 2012: release 0.23.1 available </h3>
 <p>     This is the second alpha version of the hadoop-0.23 major
                 release after the first alpha 0.23.0. This release
@@ -808,7 +856,7 @@ document.write("Last Published: " + docu
 <p>     See the <a href="http://hadoop.apache.org/docs/r0.23.1/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 0.23.1 Release Notes</a> for details.  
         </p>
-<a name="N102C6"></a><a name="27+December%2C+2011%3A+release+1.0.0+available"></a>
+<a name="N10309"></a><a name="27+December%2C+2011%3A+release+1.0.0+available"></a>
 <h3 class="h4">27 December, 2011: release 1.0.0 available </h3>
 <p>     After six years of gestation, Hadoop reaches 1.0.0!
 	        This release is from the 0.20-security code line, and includes
@@ -831,7 +879,7 @@ document.write("Last Published: " + docu
 <p>     Please see the complete <a href="http://hadoop.apache.org/docs/r1.0.0/releasenotes.html">
                 Hadoop 1.0.0 Release Notes</a> for details.  
         </p>
-<a name="N102E9"></a><a name="10+December%2C+2011%3A+release+0.22.0+available"></a>
+<a name="N1032C"></a><a name="10+December%2C+2011%3A+release+0.22.0+available"></a>
 <h3 class="h4">10 December, 2011: release 0.22.0 available </h3>
 <p> This release contains many bug fixes and optimizations compared to 
         its predecessor 0.21.0. See the 
@@ -878,7 +926,7 @@ document.write("Last Published: " + docu
 <li>DistributedCache sharing.</li>
         
 </ul>
-<a name="N1033A"></a><a name="11+Nov%2C+2011%3A+release+0.23.0+available"></a>
+<a name="N1037D"></a><a name="11+Nov%2C+2011%3A+release+0.23.0+available"></a>
 <h3 class="h4">11 Nov, 2011: release 0.23.0 available </h3>
 <p>     This is the alpha version of the hadoop-0.23 major
                 release. This is the first release we've made off
@@ -900,7 +948,7 @@ document.write("Last Published: " + docu
 <p>     See the <a href="http://hadoop.apache.org/docs/r0.23.0/hadoop-project-dist/hadoop-common/releasenotes.html">
                 Hadoop 0.23.0 Release Notes</a> for details.  
         </p>
-<a name="N10357"></a><a name="17+Oct%2C+2011%3A+release+0.20.205.0+available"></a>
+<a name="N1039A"></a><a name="17+Oct%2C+2011%3A+release+0.20.205.0+available"></a>
 <h3 class="h4">17 Oct, 2011: release 0.20.205.0 available </h3>
 <p>     This release contains improvements, new features, bug 
                 fixes and optimizations. This release includes rpms and 
@@ -915,7 +963,7 @@ document.write("Last Published: " + docu
 	
 </ul>
 </p>
-<a name="N10377"></a><a name="5+Sep%2C+2011%3A+release+0.20.204.0+available"></a>
+<a name="N103BA"></a><a name="5+Sep%2C+2011%3A+release+0.20.204.0+available"></a>
 <h3 class="h4">5 Sep, 2011: release 0.20.204.0 available </h3>
 <p>     This release contains improvements, new features, bug 
                 fixes and optimizations. This release includes rpms and 
@@ -940,7 +988,7 @@ document.write("Last Published: " + docu
 </ul>
 </ul>
 </p>
-<a name="N103A2"></a><a name="11+May%2C+2011%3A+release+0.20.203.0+available"></a>
+<a name="N103E5"></a><a name="11+May%2C+2011%3A+release+0.20.203.0+available"></a>
 <h3 class="h4">11 May, 2011: release 0.20.203.0 available </h3>
 <p>	This release contains many improvements, new features, bug
 	        fixes and optimizations. It is stable and has been deployed
@@ -949,7 +997,7 @@ document.write("Last Published: " + docu
            Alternatively, you can look at the complete <a href="http://hadoop.apache.org/docs/r0.20.203.0/changes.html">change log for this release</a> or the
            <a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
            Jira issue log for all releases</a>.</p>
-<a name="N103BB"></a><a name="23+August%2C+2010%3A+release+0.21.0+available"></a>
+<a name="N103FE"></a><a name="23+August%2C+2010%3A+release+0.21.0+available"></a>
 <h3 class="h4">23 August, 2010: release 0.21.0 available </h3>
 <p>	This release contains many improvements, new features, bug
 	        fixes and optimizations. It has not undergone testing at scale and should not be considered stable or suitable for production.
@@ -958,28 +1006,28 @@ document.write("Last Published: " + docu
            Alternatively, you can look at the complete <a href="http://hadoop.apache.org/docs/r0.21.0/changes.html">change log for this release</a> or the
            <a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
            Jira issue log for all releases</a>.</p>
-<a name="N103D4"></a><a name="26+February%2C+2010%3A+release+0.20.2+available"></a>
+<a name="N10417"></a><a name="26+February%2C+2010%3A+release+0.20.2+available"></a>
 <h3 class="h4">26 February, 2010: release 0.20.2 available </h3>
 <p>This release contains several critical bug fixes.</p>
 <p>See the <a href="http://hadoop.apache.org/docs/r0.20.2/releasenotes.html">Hadoop 0.20.2 Release Notes</a> for details.  
            Alternatively, you can look at the complete <a href="http://hadoop.apache.org/docs/r0.20.2/changes.html">change log for this release</a> or the
            <a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
            Jira issue log for all releases</a>.</p>
-<a name="N103ED"></a><a name="14+September%2C+2009%3A+release+0.20.1+available"></a>
+<a name="N10430"></a><a name="14+September%2C+2009%3A+release+0.20.1+available"></a>
 <h3 class="h4">14 September, 2009: release 0.20.1 available </h3>
 <p>This release contains several critical bug fixes.</p>
 <p>See the <a href="http://hadoop.apache.org/docs/r0.20.1/releasenotes.html">Hadoop 0.20.1 Release Notes</a> for details.  
            Alternatively, you can look at the complete <a href="http://hadoop.apache.org/docs/r0.20.1/changes.html">change log for this release</a> or the
            <a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
            Jira issue log for all releases</a>.</p>
-<a name="N10406"></a><a name="23+July%2C+2009%3A+release+0.19.2+available"></a>
+<a name="N10449"></a><a name="23+July%2C+2009%3A+release+0.19.2+available"></a>
 <h3 class="h4">23 July, 2009: release 0.19.2 available </h3>
 <p>This release contains several critical bug fixes.</p>
 <p>See the <a href="http://hadoop.apache.org/docs/r0.19.2/releasenotes.html">Hadoop 0.19.2 Release Notes</a> for details.  
            Alternatively, you can look at the complete <a href="http://hadoop.apache.org/docs/r0.19.2/changes.html">change log for this release</a> or the
            <a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
            Jira issue log for all releases</a>.</p>
-<a name="N1041F"></a><a name="22+April%2C+2009%3A+release+0.20.0+available"></a>
+<a name="N10462"></a><a name="22+April%2C+2009%3A+release+0.20.0+available"></a>
 <h3 class="h4">22 April, 2009: release 0.20.0 available </h3>
 <p>This release contains many improvements, new features, bug
         fixes and optimizations.</p>
@@ -987,7 +1035,7 @@ document.write("Last Published: " + docu
            Alternatively, you can look at the complete <a href="http://hadoop.apache.org/docs/r0.20.0/changes.html">change log for this release</a> or the
            <a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
            Jira issue log for all releases</a>.</p>
-<a name="N10438"></a><a name="24+February%2C+2009%3A+release+0.19.1+available"></a>
+<a name="N1047B"></a><a name="24+February%2C+2009%3A+release+0.19.1+available"></a>
 <h3 class="h4">24 February, 2009: release 0.19.1 available </h3>
 <p>This release contains many critical bug fixes, including <strong>some data loss issues</strong>. 
            The release also introduces an <strong>incompatible change</strong> by disabling the 
@@ -997,14 +1045,14 @@ document.write("Last Published: " + docu
            Alternatively, you can look at the complete <a href="http://hadoop.apache.org/docs/r0.19.1/changes.html">change log for this release</a> or the
            <a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
            Jira issue log for all releases</a>.</p>
-<a name="N1045B"></a><a name="29+January%2C+2009%3A+release+0.18.3+available"></a>
+<a name="N1049E"></a><a name="29+January%2C+2009%3A+release+0.18.3+available"></a>
 <h3 class="h4">29 January, 2009: release 0.18.3 available </h3>
 <p>This release contains many critical bug fixes.</p>
 <p>See the <a href="http://hadoop.apache.org/docs/r0.18.3/releasenotes.html">Hadoop 0.18.3 Release Notes</a> for details.  
            Alternatively, you can look at the complete <a href="http://hadoop.apache.org/docs/r0.18.3/changes.html">change log for this release</a> or the
            <a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
            Jira issue log for all releases</a>.</p>
-<a name="N10474"></a><a name="21+November%2C+2008%3A+release+0.19.0+available"></a>
+<a name="N104B7"></a><a name="21+November%2C+2008%3A+release+0.19.0+available"></a>
 <h3 class="h4">21 November, 2008: release 0.19.0 available </h3>
 <p>This release contains many improvements, new features, bug
         fixes and optimizations.</p>
@@ -1012,21 +1060,21 @@ document.write("Last Published: " + docu
            Alternatively, you can look at the complete <a href="http://hadoop.apache.org/docs/r0.19.0/changes.html">change log for this release</a> or the
            <a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
            Jira issue log for all releases</a>.</p>
-<a name="N1048D"></a><a name="3+November%2C+2008%3A+release+0.18.2+available"></a>
+<a name="N104D0"></a><a name="3+November%2C+2008%3A+release+0.18.2+available"></a>
 <h3 class="h4">3 November, 2008: release 0.18.2 available </h3>
 <p>This release contains several critical bug fixes.</p>
 <p>See the <a href="http://hadoop.apache.org/docs/r0.18.2/releasenotes.html">Hadoop 0.18.2 Release Notes</a> for details.  
            Alternatively, you can look at the complete <a href="http://hadoop.apache.org/docs/r0.18.2/changes.html">change log for this release</a> or the
            <a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
            Jira issue log for all releases</a>.</p>
-<a name="N104A6"></a><a name="17+September%2C+2008%3A+release+0.18.1+available"></a>
+<a name="N104E9"></a><a name="17+September%2C+2008%3A+release+0.18.1+available"></a>
 <h3 class="h4">17 September, 2008: release 0.18.1 available </h3>
 <p>This release contains several critical bug fixes.</p>
 <p>See the <a href="http://hadoop.apache.org/docs/r0.18.1/releasenotes.html">Hadoop 0.18.1 Release Notes</a> for details.  
            Alternatively, you can look at the complete <a href="http://hadoop.apache.org/docs/r0.18.1/changes.html">change log for this release</a> or the
            <a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
            Jira issue log for all releases</a>.</p>
-<a name="N104BF"></a><a name="22+August%2C+2008%3A+release+0.18.0+available"></a>
+<a name="N10502"></a><a name="22+August%2C+2008%3A+release+0.18.0+available"></a>
 <h3 class="h4">22 August, 2008: release 0.18.0 available </h3>
 <p>This release contains many improvements, new features, bug
         fixes and optimizations.</p>
@@ -1034,27 +1082,27 @@ document.write("Last Published: " + docu
            Alternatively, you can look at the complete <a href="http://hadoop.apache.org/docs/r0.18.0/changes.html">change log for this release</a> or the
            <a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
            Jira issue log for all releases</a>.</p>
-<a name="N104D8"></a><a name="19+August%2C+2008%3A+release+0.17.2+available"></a>
+<a name="N1051B"></a><a name="19+August%2C+2008%3A+release+0.17.2+available"></a>
 <h3 class="h4">19 August, 2008: release 0.17.2 available </h3>
 <p>This release contains several critical bug fixes.</p>
 <p>See the Hadoop 0.17.2 Notes for details.</p>
-<a name="N104E5"></a><a name="23+June%2C+2008%3A+release+0.17.1+available"></a>
+<a name="N10528"></a><a name="23+June%2C+2008%3A+release+0.17.1+available"></a>
 <h3 class="h4">23 June, 2008: release 0.17.1 available </h3>
 <p>This release contains many improvements, new features, bug
         fixes and optimizations.</p>
 <p>See the Hadoop 0.17.1 Notes for details.</p>
-<a name="N104F2"></a><a name="20+May%2C+2008%3A+release+0.17.0+available"></a>
+<a name="N10535"></a><a name="20+May%2C+2008%3A+release+0.17.0+available"></a>
 <h3 class="h4">20 May, 2008: release 0.17.0 available </h3>
 <p>This release contains many improvements, new features, bug
         fixes and optimizations.</p>
 <p>See the Hadoop 0.17.0 Release Notes for details.</p>
-<a name="N104FF"></a><a name="5+May%2C+2008%3A+release+0.16.4+available"></a>
+<a name="N10542"></a><a name="5+May%2C+2008%3A+release+0.16.4+available"></a>
 <h3 class="h4">5 May, 2008: release 0.16.4 available </h3>
 <p>This release fixes 4 critical bugs in release 0.16.3.</p>
-<a name="N10509"></a><a name="16+April%2C+2008%3A+release+0.16.3+available"></a>
+<a name="N1054C"></a><a name="16+April%2C+2008%3A+release+0.16.3+available"></a>
 <h3 class="h4">16 April, 2008: release 0.16.3 available </h3>
 <p>This release fixes critical bugs in release 0.16.2.</p>
-<a name="N10513"></a><a name="2+April%2C+2008%3A+release+0.16.2+available"></a>
+<a name="N10556"></a><a name="2+April%2C+2008%3A+release+0.16.2+available"></a>
 <h3 class="h4">2 April, 2008: release 0.16.2 available </h3>
 <p>This release fixes critical bugs in release 0.16.1.</p>
 <div class="note">
@@ -1063,7 +1111,7 @@ document.write("Last Published: " + docu
         <a href="http://hadoop.apache.org/hbase/">http://hadoop.apache.org/hbase/</a>
 </div>
 </div>
-<a name="N10523"></a><a name="13+March%2C+2008%3A+release+0.16.1+available"></a>
+<a name="N10566"></a><a name="13+March%2C+2008%3A+release+0.16.1+available"></a>
 <h3 class="h4">13 March, 2008: release 0.16.1 available </h3>
 <p>This release fixes critical bugs in release 0.16.0.</p>
 <div class="note">
@@ -1072,7 +1120,7 @@ document.write("Last Published: " + docu
         <a href="http://hadoop.apache.org/hbase/">http://hadoop.apache.org/hbase/</a>
 </div>
 </div>
-<a name="N10533"></a><a name="7+February%2C+2008%3A+release+0.16.0+available"></a>
+<a name="N10576"></a><a name="7+February%2C+2008%3A+release+0.16.0+available"></a>
 <h3 class="h4">7 February, 2008: release 0.16.0 available </h3>
 <p>This release contains many improvements, new features, bug
         fixes and optimizations.</p>
@@ -1084,19 +1132,19 @@ document.write("Last Published: " + docu
 	with 'bin/start-dfs.sh -upgrade'.  See the <a href="http://wiki.apache.org/hadoop/Hadoop_Upgrade">Hadoop
 	Upgrade</a> page for details.</div>
 </div>
-<a name="N10547"></a><a name="18+January%2C+2008%3A+release+0.15.3+available"></a>
+<a name="N1058A"></a><a name="18+January%2C+2008%3A+release+0.15.3+available"></a>
 <h3 class="h4">18 January, 2008: release 0.15.3 available </h3>
 <p>This release fixes critical bugs in release 0.15.3.</p>
-<a name="N10551"></a><a name="2+January%2C+2008%3A+release+0.15.2+available"></a>
+<a name="N10594"></a><a name="2+January%2C+2008%3A+release+0.15.2+available"></a>
 <h3 class="h4">2 January, 2008: release 0.15.2 available </h3>
 <p>This release fixes critical bugs in release 0.15.1.</p>
-<a name="N1055B"></a><a name="27+November%2C+2007%3A+release+0.15.1+available"></a>
+<a name="N1059E"></a><a name="27+November%2C+2007%3A+release+0.15.1+available"></a>
 <h3 class="h4">27 November, 2007: release 0.15.1 available </h3>
 <p>This release fixes critical bugs in release 0.15.0.</p>
-<a name="N10565"></a><a name="26+November%2C+2007%3A+release+0.14.4+available"></a>
+<a name="N105A8"></a><a name="26+November%2C+2007%3A+release+0.14.4+available"></a>
 <h3 class="h4">26 November, 2007: release 0.14.4 available </h3>
 <p>This release fixes critical bugs in release 0.14.3.</p>
-<a name="N1056F"></a><a name="29+October+2007%3A+release+0.15.0+available"></a>
+<a name="N105B2"></a><a name="29+October+2007%3A+release+0.15.0+available"></a>
 <h3 class="h4">29 October 2007: release 0.15.0 available </h3>
 <p>This release contains many improvements, new features, bug
         fixes and optimizations.</p>
@@ -1109,10 +1157,10 @@ document.write("Last Published: " + docu
 	with 'bin/start-dfs.sh -upgrade'.  See the <a href="http://wiki.apache.org/hadoop/Hadoop_Upgrade">Hadoop
 	Upgrade</a> page for details.</div>
 </div>
-<a name="N1058A"></a><a name="19+October%2C+2007%3A+release+0.14.3+available"></a>
+<a name="N105CD"></a><a name="19+October%2C+2007%3A+release+0.14.3+available"></a>
 <h3 class="h4">19 October, 2007: release 0.14.3 available </h3>
 <p>This release fixes critical bugs in release 0.14.2.</p>
-<a name="N10594"></a><a name="4+September%2C+2007%3A+release+0.14.1+available"></a>
+<a name="N105D7"></a><a name="4+September%2C+2007%3A+release+0.14.1+available"></a>
 <h3 class="h4"> 4 September, 2007: release 0.14.1 available </h3>
 <p>New features in release 0.14 include:</p>
 <ul>

Modified: hadoop/common/site/main/publish/releases.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/releases.pdf?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/version_control.html
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/version_control.html?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
--- hadoop/common/site/main/publish/version_control.html (original)
+++ hadoop/common/site/main/publish/version_control.html Wed Oct 16 05:48:40 2013
@@ -161,10 +161,10 @@ document.write("Last Published: " + docu
 <a href="http://hadoop.apache.org/docs/r1.2.1/">Release 1.2.1</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.1.0-beta/">Release 2.1.0-beta</a>
+<a href="error:ext:docs/r2.2.0/">Release 2.2.0</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.0.6-alpha/">Release 2.0.6-alpha</a>
+<a href="http://hadoop.apache.org/docs/r2.1.1-beta/">Release 2.1.0-beta</a>
 </div>
 <div class="menuitem">
 <a href="http://hadoop.apache.org/docs/r0.23.9/">Release 0.23.9</a>

Modified: hadoop/common/site/main/publish/version_control.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/version_control.pdf?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/who.html
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/who.html?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
--- hadoop/common/site/main/publish/who.html (original)
+++ hadoop/common/site/main/publish/who.html Wed Oct 16 05:48:40 2013
@@ -161,10 +161,10 @@ document.write("Last Published: " + docu
 <a href="http://hadoop.apache.org/docs/r1.2.1/">Release 1.2.1</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.1.0-beta/">Release 2.1.0-beta</a>
+<a href="error:ext:docs/r2.2.0/">Release 2.2.0</a>
 </div>
 <div class="menuitem">
-<a href="http://hadoop.apache.org/docs/r2.0.6-alpha/">Release 2.0.6-alpha</a>
+<a href="http://hadoop.apache.org/docs/r2.1.1-beta/">Release 2.1.0-beta</a>
 </div>
 <div class="menuitem">
 <a href="http://hadoop.apache.org/docs/r0.23.9/">Release 0.23.9</a>

Modified: hadoop/common/site/main/publish/who.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/who.pdf?rev=1532643&r1=1532642&r2=1532643&view=diff
==============================================================================
Binary files - no diff available.