浏览代码

HADOOP-14948. Document missing config key hadoop.treat.subject.external. Contributed by Ajay Kumar.

(cherry picked from commit e906108fc98a011630d12a43e557b81d7ef7ea5d)
Wei-Chiu Chuang 7 年之前
父节点
当前提交
1452ba139e
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      hadoop-common-project/hadoop-common/src/main/resources/core-default.xml

+ 13 - 0
hadoop-common-project/hadoop-common/src/main/resources/core-default.xml

@@ -2918,4 +2918,17 @@
     </description>
     <name>hadoop.zk.auth</name>
   </property>
+  <property>
+    <name>hadoop.treat.subject.external</name>
+    <value>false</value>
+    <description>
+      When creating UGI with UserGroupInformation(Subject), treat the passed
+      subject external if set to true, and assume the owner of the subject
+      should do the credential renewal.
+
+      When true this property will introduce an incompatible change which
+      may require changes in client code. For more details, see the jiras:
+      HADOOP-13805,HADOOP-13558.
+    </description>
+  </property>
 </configuration>