HADOOP-14948. Document missing config key hadoop.treat.subject.external. Contributed by Ajay Kumar.
(cherry picked from commite906108fc9
) (cherry picked from commit1452ba139e
) Conflicts: hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
This commit is contained in:
parent
602a884d55
commit
19db2837cb
|
@ -2472,5 +2472,18 @@
|
||||||
in audit logs.
|
in audit logs.
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</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>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue