AMBARI-17729. All devdeploys fail due to Storm components fail to install (aonishuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9f0f76fc Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9f0f76fc Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9f0f76fc Branch: refs/heads/branch-2.4 Commit: 9f0f76fc2989628478b239e4661670a07c89bc5c Parents: b7dfe39 Author: Andrew Onishuk <[email protected]> Authored: Fri Jul 15 13:14:59 2016 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Fri Jul 15 13:14:59 2016 +0300 ---------------------------------------------------------------------- .../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/9f0f76fc/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 c3215ad..57df3dd 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": "{{{storm_bare_jaas_principal}}: {hosts: ['*'], groups: ['*']}}", + "nimbus.impersonation.acl": "{% raw %}{{{storm_bare_jaas_principal}}: {hosts: ['*'], groups: ['*']}}{% endraw %}", "supervisor.enable": "true", "storm.zookeeper.superACL": "sasl:{{storm_bare_jaas_principal}}", "java.security.auth.login.config": "{{conf_dir}}/storm_jaas.conf",
