Repository: ambari Updated Branches: refs/heads/branch-2.4 eb7647c53 -> 8630510c8
AMBARI-18189 : All storm commands failed. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8630510c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8630510c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8630510c Branch: refs/heads/branch-2.4 Commit: 8630510c839cd803f446744fc8df6f614fc1f54c Parents: eb7647c Author: Aravindan Vijayan <[email protected]> Authored: Wed Aug 17 14:43:56 2016 -0700 Committer: Aravindan Vijayan <[email protected]> Committed: Wed Aug 17 14:44:10 2016 -0700 ---------------------------------------------------------------------- .../STORM/0.9.1/package/templates/client_jaas.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8630510c/ambari-server/src/main/resources/common-services/STORM/0.9.1/package/templates/client_jaas.conf.j2 ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/STORM/0.9.1/package/templates/client_jaas.conf.j2 b/ambari-server/src/main/resources/common-services/STORM/0.9.1/package/templates/client_jaas.conf.j2 index 6a170c3..b061cd1 100644 --- a/ambari-server/src/main/resources/common-services/STORM/0.9.1/package/templates/client_jaas.conf.j2 +++ b/ambari-server/src/main/resources/common-services/STORM/0.9.1/package/templates/client_jaas.conf.j2 @@ -28,6 +28,6 @@ KafkaClient { com.sun.security.auth.module.Krb5LoginModule required useTicketCache=true renewTicket=true - serviceName="{{kafka_bare_jaas_principal}}" + serviceName="{{kafka_bare_jaas_principal}}"; }; {% endif %}
