Repository: hadoop Updated Branches: refs/heads/branch-2.8 19db2837c -> a1d29717a
Revert "HADOOP-14948. Document missing config key hadoop.treat.subject.external. Contributed by Ajay Kumar." This reverts commit 19db2837cbdb883b7c38adf01c2b7f9cad8d49d4. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a1d29717 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a1d29717 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a1d29717 Branch: refs/heads/branch-2.8 Commit: a1d29717a2aa89a475e16925940815853f8fb288 Parents: 19db283 Author: Xiao Chen <[email protected]> Authored: Tue Oct 17 10:11:28 2017 -0700 Committer: Xiao Chen <[email protected]> Committed: Tue Oct 17 10:11:45 2017 -0700 ---------------------------------------------------------------------- .../hadoop-common/src/main/resources/core-default.xml | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a1d29717/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml index 173c9d4..1085cb6 100644 --- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml +++ b/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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
