From 19db2837cbdb883b7c38adf01c2b7f9cad8d49d4 Mon Sep 17 00:00:00 2001 From: Wei-Chiu Chuang Date: Mon, 16 Oct 2017 16:42:59 -0700 Subject: [PATCH] HADOOP-14948. Document missing config key hadoop.treat.subject.external. Contributed by Ajay Kumar. (cherry picked from commit e906108fc98a011630d12a43e557b81d7ef7ea5d) (cherry picked from commit 1452ba139ea845ad9e82a5902d239b59a789bff3) Conflicts: hadoop-common-project/hadoop-common/src/main/resources/core-default.xml --- .../src/main/resources/core-default.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 1085cb64382..173c9d4180b 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,5 +2472,18 @@ in audit logs. + + hadoop.treat.subject.external + false + + 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. + +