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 2011/09/19 18:18:09 UTC

svn commit: r1172684 - in /hadoop/common/branches/branch-0.20-security: CHANGES.txt src/docs/src/documentation/content/xdocs/cluster_setup.xml

Author: eli
Date: Mon Sep 19 16:18:08 2011
New Revision: 1172684

URL: http://svn.apache.org/viewvc?rev=1172684&view=rev
Log:
HADOOP-7634. Docs specify wrong owner for task-controller.cfg. Contributed by Eli Collins

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

Modified: hadoop/common/branches/branch-0.20-security/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security/CHANGES.txt?rev=1172684&r1=1172683&r2=1172684&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.20-security/CHANGES.txt Mon Sep 19 16:18:08 2011
@@ -8,6 +8,8 @@ Release 0.20.206.0 - unreleased
 
     HDFS-2305. Running multiple 2NNs can result in corrupt file system. (atm)
 
+    HADOOP-7634. Docs specify wrong owner for task-controller.cfg (eli)
+
   IMPROVEMENTS
 
     MAPREDUCE-2836. Provide option to fail jobs when submitted to

Modified: hadoop/common/branches/branch-0.20-security/src/docs/src/documentation/content/xdocs/cluster_setup.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security/src/docs/src/documentation/content/xdocs/cluster_setup.xml?rev=1172684&r1=1172683&r2=1172684&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security/src/docs/src/documentation/content/xdocs/cluster_setup.xml (original)
+++ hadoop/common/branches/branch-0.20-security/src/docs/src/documentation/content/xdocs/cluster_setup.xml Mon Sep 19 16:18:08 2011
@@ -617,8 +617,7 @@
             mentioned above. If the binary was not built with a specific 
             conf directory, the path defaults to
             <em>/path-to-binary/../conf</em>. The configuration file must be
-            owned by the user running TaskTracker (user <em>mapred</em> in the
-            above example), group-owned by anyone and should have the
+            owned by root, group-owned by anyone and should have the
             permissions <em>0400 or r--------</em>.
             </p>