Repository: ambari Updated Branches: refs/heads/trunk aee400608 -> ac68843fc
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/ac68843f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ac68843f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ac68843f Branch: refs/heads/trunk Commit: ac68843fcd75f5f1eae5238620e05a8212ba9e3e Parents: aee4006 Author: Aravindan Vijayan <[email protected]> Authored: Wed Aug 17 14:46:07 2016 -0700 Committer: Aravindan Vijayan <[email protected]> Committed: Wed Aug 17 14:46:07 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/ac68843f/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 %}
