瀏覽代碼

HADOOP-2552. Enable HDFS permission checking by default.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@610602 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 17 年之前
父節點
當前提交
24339ac188
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 1 2
      CHANGES.txt
  2. 1 1
      conf/hadoop-default.xml

+ 1 - 2
CHANGES.txt

@@ -60,8 +60,7 @@ Trunk (unreleased changes)
 
 
     HADOOP-2336. Shell commands to modify file permissions. (rangadi)
     HADOOP-2336. Shell commands to modify file permissions. (rangadi)
 
 
-    HADOOP-1298. Implement file permissions for HDFS, disabled by
-    default.  Enable with dfs.permissions=true.
+    HADOOP-1298. Implement file permissions for HDFS.
     (Tsz Wo (Nicholas) & taton via cutting)
     (Tsz Wo (Nicholas) & taton via cutting)
 
 
     HADOOP-2447. HDFS can be configured to limit the total number of 
     HADOOP-2447. HDFS can be configured to limit the total number of 

+ 1 - 1
conf/hadoop-default.xml

@@ -281,7 +281,7 @@ creations/deletions), or "all".</description>
 
 
 <property>
 <property>
   <name>dfs.permissions</name>
   <name>dfs.permissions</name>
-  <value>false</value>
+  <value>true</value>
   <description>
   <description>
     If "true", enable permission checking in HDFS.
     If "true", enable permission checking in HDFS.
     If "false", permission checking is turned off,
     If "false", permission checking is turned off,