Browse Source

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

This reverts commit 19db2837cbdb883b7c38adf01c2b7f9cad8d49d4.
Xiao Chen 7 years ago
parent
commit
a1d29717a2

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

@@ -2472,18 +2472,5 @@
       in audit logs.
     </description>
   </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>