Author: cutting
Date: Tue Oct 21 14:45:52 2008
New Revision: 706782

URL: http://svn.apache.org/viewvc?rev=706782&view=rev
Log:
Merge 706780:706781 from trunk to 0.19 branch.  Fixes HADOOP-4105, adding 
Forrest documentation for libhdfs.

Added:
    hadoop/core/branches/branch-0.19/docs/libhdfs.html
      - copied unchanged from r706781, hadoop/core/trunk/docs/libhdfs.html
    hadoop/core/branches/branch-0.19/docs/libhdfs.pdf
      - copied unchanged from r706781, hadoop/core/trunk/docs/libhdfs.pdf
    
hadoop/core/branches/branch-0.19/src/docs/src/documentation/content/xdocs/libhdfs.xml
      - copied unchanged from r706781, 
hadoop/core/trunk/src/docs/src/documentation/content/xdocs/libhdfs.xml
Modified:
    hadoop/core/branches/branch-0.19/CHANGES.txt
    
hadoop/core/branches/branch-0.19/src/docs/src/documentation/content/xdocs/site.xml

Modified: hadoop/core/branches/branch-0.19/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.19/CHANGES.txt?rev=706782&r1=706781&r2=706782&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.19/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.19/CHANGES.txt Tue Oct 21 14:45:52 2008
@@ -461,6 +461,9 @@
     HADOOP-4438. Update forrest documentation to include missing FsShell
     commands. (Suresh Srinivas via cdouglas)
 
+    HADOOP-4105.  Add forrest documentation for libhdfs.
+    (Pete Wyckoff via cutting)
+
   OPTIMIZATIONS
 
     HADOOP-3556. Removed lock contention in MD5Hash by changing the 

Modified: 
hadoop/core/branches/branch-0.19/src/docs/src/documentation/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.19/src/docs/src/documentation/content/xdocs/site.xml?rev=706782&r1=706781&r2=706782&view=diff
==============================================================================
--- 
hadoop/core/branches/branch-0.19/src/docs/src/documentation/content/xdocs/site.xml
 (original)
+++ 
hadoop/core/branches/branch-0.19/src/docs/src/documentation/content/xdocs/site.xml
 Tue Oct 21 14:45:52 2008
@@ -47,6 +47,7 @@
     <hdfs      label="HDFS Admin Guide: Permissions"    
href="hdfs_permissions_guide.html" />
     <hdfs      label="HDFS Admin Guide: Quotas" 
href="hdfs_quota_admin_guide.html" />
     <fs        label="HDFS Utilities"  href="SLG_user_guide.html" />
+    <libhdfs   label="HDFS C API"         href="libhdfs.html" />
     <hod-user-guide label="HOD User Guide" href="hod_user_guide.html"/>
     <hod-admin-guide label="HOD Admin Guide" href="hod_admin_guide.html"/>
     <hod-config-guide label="HOD Config Guide" href="hod_config_guide.html"/>


Reply via email to