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 sz...@apache.org on 2009/05/28 00:06:47 UTC

svn commit: r779339 - in /hadoop/core/branches/branch-0.20: CHANGES.txt src/docs/src/documentation/content/xdocs/hdfs_design.xml src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml

Author: szetszwo
Date: Wed May 27 22:06:47 2009
New Revision: 779339

URL: http://svn.apache.org/viewvc?rev=779339&view=rev
Log:
HADOOP-4626. Correct the API links in hdfs forrest doc so that they point to the same version of hadoop.  (szetszwo)

Modified:
    hadoop/core/branches/branch-0.20/CHANGES.txt
    hadoop/core/branches/branch-0.20/src/docs/src/documentation/content/xdocs/hdfs_design.xml
    hadoop/core/branches/branch-0.20/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml

Modified: hadoop/core/branches/branch-0.20/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.20/CHANGES.txt?rev=779339&r1=779338&r2=779339&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.20/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.20/CHANGES.txt Wed May 27 22:06:47 2009
@@ -86,6 +86,9 @@
     HADOOP-5728. Fixed FSEditLog.printStatistics IndexOutOfBoundsException.
     (Wang Xu via johan)    
 
+    HADOOP-4626. Correct the API links in hdfs forrest doc so that they
+    point to the same version of hadoop.  (szetszwo)
+
 Release 0.20.0 - 2009-04-15
 
   INCOMPATIBLE CHANGES

Modified: hadoop/core/branches/branch-0.20/src/docs/src/documentation/content/xdocs/hdfs_design.xml
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.20/src/docs/src/documentation/content/xdocs/hdfs_design.xml?rev=779339&r1=779338&r2=779339&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.20/src/docs/src/documentation/content/xdocs/hdfs_design.xml (original)
+++ hadoop/core/branches/branch-0.20/src/docs/src/documentation/content/xdocs/hdfs_design.xml Wed May 27 22:06:47 2009
@@ -270,7 +270,7 @@
       <title> Accessibility </title>
       <!-- XXX Make an API section ? (HTTP is "web service" API?) -->
       <p>
-      HDFS can be accessed from applications in many different ways. Natively, HDFS provides a <a href="http://hadoop.apache.org/core/docs/current/api/">Java API</a> for applications to use. A C language wrapper for this Java API is also available. In addition, an HTTP browser can also be used to browse the files of an HDFS instance. Work is in progress to expose HDFS through the <acronym title="Web-based Distributed Authoring and Versioning">WebDAV</acronym> protocol. 
+      HDFS can be accessed from applications in many different ways. Natively, HDFS provides a <a href="ext:api/org/apache/hadoop/fs/filesystem">FileSystem Java API</a> for applications to use. A C language wrapper for this Java API is also available. In addition, an HTTP browser can also be used to browse the files of an HDFS instance. Work is in progress to expose HDFS through the <acronym title="Web-based Distributed Authoring and Versioning">WebDAV</acronym> protocol. 
       </p>
 
       <section>
@@ -352,10 +352,7 @@
     <section>
       <title> References </title>
       <p>
-      HDFS Java API: 
-      <a href="http://hadoop.apache.org/core/docs/current/api/"> 
-        http://hadoop.apache.org/core/docs/current/api/
-      </a>
+      Hadoop <a href="ext:api">JavaDoc API</a>.
       </p>
       <p>
       HDFS source code: 

Modified: hadoop/core/branches/branch-0.20/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.20/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml?rev=779339&r1=779338&r2=779339&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.20/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml (original)
+++ hadoop/core/branches/branch-0.20/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml Wed May 27 22:06:47 2009
@@ -466,8 +466,7 @@
       <li> <a href="http://wiki.apache.org/hadoop/FAQ">FAQ</a> from Hadoop Wiki.
       </li>
       <li>
-        Hadoop <a href="http://hadoop.apache.org/core/docs/current/api/">
-          JavaDoc API</a>.
+        Hadoop <a href="ext:api">JavaDoc API</a>.
       </li>
       <li>
         Hadoop User Mailing List :