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

This reverts commit 1452ba139e.
This commit is contained in:
Xiao Chen 2017-10-17 10:11:09 -07:00
parent 8a1ed84c77
commit a103b323e6
1 changed files with 0 additions and 13 deletions

View File

@ -2918,17 +2918,4 @@
</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>