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 el...@apache.org on 2010/10/07 19:54:17 UTC

svn commit: r1005544 - in /hadoop/common/branches/branch-0.21: CHANGES.txt src/docs/src/documentation/content/xdocs/cluster_setup.xml src/docs/src/documentation/content/xdocs/site.xml

Author: eli
Date: Thu Oct  7 17:54:17 2010
New Revision: 1005544

URL: http://svn.apache.org/viewvc?rev=1005544&view=rev
Log:
HADOOP-6993. Broken link on cluster setup page of docs. Contributed by Eli Collins.

Modified:
    hadoop/common/branches/branch-0.21/CHANGES.txt
    hadoop/common/branches/branch-0.21/src/docs/src/documentation/content/xdocs/cluster_setup.xml
    hadoop/common/branches/branch-0.21/src/docs/src/documentation/content/xdocs/site.xml

Modified: hadoop/common/branches/branch-0.21/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.21/CHANGES.txt?rev=1005544&r1=1005543&r2=1005544&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.21/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.21/CHANGES.txt Thu Oct  7 17:54:17 2010
@@ -19,6 +19,8 @@ Release 0.21.1 - Unreleased
 
     HADOOP-6971. Clover build doesn't generate per-test coverage (cos)
 
+    HADOOP-6993. Broken link on cluster setup page of docs. (eli)    
+
 Release 0.21.0 - 2010-08-13
 
   INCOMPATIBLE CHANGES

Modified: hadoop/common/branches/branch-0.21/src/docs/src/documentation/content/xdocs/cluster_setup.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.21/src/docs/src/documentation/content/xdocs/cluster_setup.xml?rev=1005544&r1=1005543&r2=1005544&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.21/src/docs/src/documentation/content/xdocs/cluster_setup.xml (original)
+++ hadoop/common/branches/branch-0.21/src/docs/src/documentation/content/xdocs/cluster_setup.xml Thu Oct  7 17:54:17 2010
@@ -81,7 +81,7 @@
         <ol>
           <li>
             Read-only default configuration - 
-            <a href="ext:common-default">src/core/core-default.xml</a>, 
+            <a href="ext:core-default">src/core/core-default.xml</a>, 
             <a href="ext:hdfs-default">src/hdfs/hdfs-default.xml</a>, 
             <a href="ext:mapred-default">src/mapred/mapred-default.xml</a> and
             <a href="ext:mapred-queues">conf/mapred-queues.xml.template</a>.

Modified: hadoop/common/branches/branch-0.21/src/docs/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.21/src/docs/src/documentation/content/xdocs/site.xml?rev=1005544&r1=1005543&r2=1005544&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.21/src/docs/src/documentation/content/xdocs/site.xml (original)
+++ hadoop/common/branches/branch-0.21/src/docs/src/documentation/content/xdocs/site.xml Thu Oct  7 17:54:17 2010
@@ -66,7 +66,7 @@ See http://forrest.apache.org/docs/linki
     <wiki  href="http://wiki.apache.org/hadoop/Common" />
     <faq  href="http://wiki.apache.org/hadoop/Common/FAQ" />
     
-    <common-default href="http://hadoop.apache.org/common/docs/current/common-default.html" />
+    <core-default href="http://hadoop.apache.org/common/docs/current/core-default.html" />
     <hdfs-default href="http://hadoop.apache.org/hdfs/docs/current/hdfs-default.html" />
     <mapred-default href="http://hadoop.apache.org/mapreduce/docs/current/mapred-default.html" />