Author: rangadi
Date: Tue Feb 19 13:17:41 2008
New Revision: 629237

URL: http://svn.apache.org/viewvc?rev=629237&view=rev
Log:
HADOOP-2371. User guide for file permissions in HDFS. (Robert Chansler via 
rangadi)

Added:
    
hadoop/core/branches/branch-0.16/src/docs/src/documentation/content/xdocs/hdfs_permissions_guide.xml
      - copied unchanged from r629234, 
hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_permissions_guide.xml
Modified:
    hadoop/core/branches/branch-0.16/CHANGES.txt
    
hadoop/core/branches/branch-0.16/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml
    
hadoop/core/branches/branch-0.16/src/docs/src/documentation/content/xdocs/site.xml

Modified: hadoop/core/branches/branch-0.16/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.16/CHANGES.txt?rev=629237&r1=629236&r2=629237&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.16/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.16/CHANGES.txt Tue Feb 19 13:17:41 2008
@@ -2,6 +2,11 @@
 
 Release 0.16.1 - Unrelease
 
+  IMPROVEMENTS
+
+    HADOOP-2371. User guide for file permissions in HDFS.
+    (Robert Chansler via rangadi)
+    
   BUG FIXES
 
     HADOOP-2789. Race condition in IPC Server Responder that could close

Modified: 
hadoop/core/branches/branch-0.16/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml
URL: 
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.16/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml?rev=629237&r1=629236&r2=629237&view=diff
==============================================================================
--- 
hadoop/core/branches/branch-0.16/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml
 (original)
+++ 
hadoop/core/branches/branch-0.16/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml
 Tue Feb 19 13:17:41 2008
@@ -358,7 +358,8 @@
       to simple file permissions. The user that starts Namenode is
       treated as the <em>super user</em> for HDFS. Future versions of HDFS will
       support network authentication protocols like Kerberos for user
-      authentication and encryption of data transfers.
+      authentication and encryption of data transfers. The details are 
discussed in the 
+      <a href="hdfs_permissions_guide.html"><em>Permissions User and 
Administrator Guide</em></a>.
      </p>
      
    </section> <section> <title> Scalability </title>
@@ -415,5 +416,5 @@
      
   </body>
 </document>
-       
-
+       
+

Modified: 
hadoop/core/branches/branch-0.16/src/docs/src/documentation/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.16/src/docs/src/documentation/content/xdocs/site.xml?rev=629237&r1=629236&r2=629237&view=diff
==============================================================================
--- 
hadoop/core/branches/branch-0.16/src/docs/src/documentation/content/xdocs/site.xml
 (original)
+++ 
hadoop/core/branches/branch-0.16/src/docs/src/documentation/content/xdocs/site.xml
 Tue Feb 19 13:17:41 2008
@@ -37,6 +37,7 @@
     <setup     label="Cluster Setup"      href="cluster_setup.html" />
     <hdfs      label="HDFS Architecture"  href="hdfs_design.html" />
     <hdfs      label="HDFS User Guide"    href="hdfs_user_guide.html" />
+    <hdfs      label="HDFS Permissions Guide"    
href="hdfs_permissions_guide.html" />
     <mapred    label="Map-Reduce Tutorial" href="mapred_tutorial.html" />
     <mapred    label="Native Hadoop Libraries" href="native_libraries.html" />
     <streaming label="Streaming"          href="streaming.html" />


Reply via email to