AMBARI-7613. Ambari installs wrong zookeeper_client_jaas.conf file. (aonishuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/76579d1f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/76579d1f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/76579d1f Branch: refs/heads/branch-alerts-dev Commit: 76579d1faa64cedbb4ec6a00cf4ca5d5fc3ef759 Parents: 5c45997 Author: Andrew Onishuk <[email protected]> Authored: Thu Oct 2 17:03:04 2014 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Thu Oct 2 17:03:04 2014 +0300 ---------------------------------------------------------------------- .../ZOOKEEPER/package/templates/zookeeper_client_jaas.conf.j2 | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/76579d1f/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/ZOOKEEPER/package/templates/zookeeper_client_jaas.conf.j2 ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/ZOOKEEPER/package/templates/zookeeper_client_jaas.conf.j2 b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/ZOOKEEPER/package/templates/zookeeper_client_jaas.conf.j2 index 83b0819..38f9721 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/ZOOKEEPER/package/templates/zookeeper_client_jaas.conf.j2 +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/ZOOKEEPER/package/templates/zookeeper_client_jaas.conf.j2 @@ -20,5 +20,4 @@ Client { com.sun.security.auth.module.Krb5LoginModule required useKeyTab=false useTicketCache=true; -principal="{{zk_principal}}"; };
