Revert "AMBARI-17729. All devdeploys fail due to Storm components fail to install (aonishuk)"
This reverts commit 706e3aa27a506d48fa5fff990ae5ea8ef0d33b7b. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b8028eee Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b8028eee Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b8028eee Branch: refs/heads/trunk Commit: b8028eee35a124f6893809856f54666619a6962d Parents: bb40cfc Author: Jaimin Jetly <[email protected]> Authored: Fri Jul 15 14:54:22 2016 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Fri Jul 15 14:55:31 2016 -0700 ---------------------------------------------------------------------- .../src/main/resources/common-services/STORM/1.0.1/kerberos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b8028eee/ambari-server/src/main/resources/common-services/STORM/1.0.1/kerberos.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/STORM/1.0.1/kerberos.json b/ambari-server/src/main/resources/common-services/STORM/1.0.1/kerberos.json index 57df3dd..c3215ad 100644 --- a/ambari-server/src/main/resources/common-services/STORM/1.0.1/kerberos.json +++ b/ambari-server/src/main/resources/common-services/STORM/1.0.1/kerberos.json @@ -38,7 +38,7 @@ "ui.filter": "org.apache.hadoop.security.authentication.server.AuthenticationFilter", "storm.principal.tolocal": "org.apache.storm.security.auth.KerberosPrincipalToLocal", "nimbus.impersonation.authorizer": "org.apache.storm.security.auth.authorizer.ImpersonationAuthorizer", - "nimbus.impersonation.acl": "{% raw %}{{{storm_bare_jaas_principal}}: {hosts: ['*'], groups: ['*']}}{% endraw %}", + "nimbus.impersonation.acl": "{{{storm_bare_jaas_principal}}: {hosts: ['*'], groups: ['*']}}", "supervisor.enable": "true", "storm.zookeeper.superACL": "sasl:{{storm_bare_jaas_principal}}", "java.security.auth.login.config": "{{conf_dir}}/storm_jaas.conf",
