Repository: ambari Updated Branches: refs/heads/branch-2.4 c48d96456 -> 8b88170da
AMBARI-17100. EU - HDP 2.4 to 2.5 fails restarting DRPC server on a kerberized cluster, need to use org.apache.storm.security.auth.KerberosPrincipalToLocal (alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8b88170d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8b88170d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8b88170d Branch: refs/heads/branch-2.4 Commit: 8b88170daf054f55403e8178160bc96d87d1ce94 Parents: c48d964 Author: Alejandro Fernandez <[email protected]> Authored: Tue Jun 7 17:09:04 2016 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Tue Jun 7 17:09:04 2016 -0700 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml | 2 ++ .../src/main/resources/stacks/HDP/2.4/upgrades/config-upgrade.xml | 2 ++ 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8b88170d/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml index 9df0663..7161a48 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml @@ -428,6 +428,8 @@ replace-with="org.apache.storm.security.auth.authorizer.DRPCSimpleACLAuthorizer" /> <replace key="ui.filter" find="backtype.storm.security.auth.KerberosPrincipalToLocal" replace-with="org.apache.storm.security.auth.KerberosPrincipalToLocal" /> + <replace key="storm.principal.tolocal" find="backtype.storm.security.auth.KerberosPrincipalToLocal" + replace-with="org.apache.storm.security.auth.KerberosPrincipalToLocal" /> <set key="client.jartransformer.class" value="org.apache.storm.hack.StormShadeTransformer" /> </definition> </changes> http://git-wip-us.apache.org/repos/asf/ambari/blob/8b88170d/ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/config-upgrade.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/config-upgrade.xml b/ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/config-upgrade.xml index f559031..bd1bef2 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/config-upgrade.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/config-upgrade.xml @@ -244,6 +244,8 @@ replace-with="org.apache.storm.security.auth.authorizer.DRPCSimpleACLAuthorizer" /> <replace key="ui.filter" find="backtype.storm.security.auth.KerberosPrincipalToLocal" replace-with="org.apache.storm.security.auth.KerberosPrincipalToLocal" /> + <replace key="storm.principal.tolocal" find="backtype.storm.security.auth.KerberosPrincipalToLocal" + replace-with="org.apache.storm.security.auth.KerberosPrincipalToLocal" /> <set key="client.jartransformer.class" value="org.apache.storm.hack.StormShadeTransformer" /> </definition> </changes>
