From a103b323e6c1f3f372f01c316c89e0f3dc49b10a Mon Sep 17 00:00:00 2001 From: Xiao Chen Date: Tue, 17 Oct 2017 10:11:09 -0700 Subject: [PATCH] Revert "HADOOP-14948. Document missing config key hadoop.treat.subject.external. Contributed by Ajay Kumar." This reverts commit 1452ba139ea845ad9e82a5902d239b59a789bff3. --- .../src/main/resources/core-default.xml | 13 ------------- 1 file changed, 13 deletions(-) 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 5ef3455166f..79faddceae0 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 @@ -2918,17 +2918,4 @@ hadoop.zk.auth - - 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. - -