Repository: ambari Updated Branches: refs/heads/trunk 4f4379357 -> c5c1da4c7
AMBARI-4898. Secured|1.3.3: HBase Master and ZooKeeper Servers eventually goes into STOPPED state Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c5c1da4c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c5c1da4c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c5c1da4c Branch: refs/heads/trunk Commit: c5c1da4c737b265bdb197c8b5bc83eaf6de00eab Parents: 4f43793 Author: Mahadev Konar <[email protected]> Authored: Fri Feb 28 17:15:13 2014 -0800 Committer: Mahadev Konar <[email protected]> Committed: Fri Feb 28 17:15:19 2014 -0800 ---------------------------------------------------------------------- .../package/templates/zookeeper_jaas.conf.j2 | 17 ----------------- 1 file changed, 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c5c1da4c/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/ZOOKEEPER/package/templates/zookeeper_jaas.conf.j2 ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/ZOOKEEPER/package/templates/zookeeper_jaas.conf.j2 b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/ZOOKEEPER/package/templates/zookeeper_jaas.conf.j2 index 639cdaa..aa123e1 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/ZOOKEEPER/package/templates/zookeeper_jaas.conf.j2 +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/ZOOKEEPER/package/templates/zookeeper_jaas.conf.j2 @@ -1,20 +1,3 @@ -#/* -# * Licensed to the Apache Software Foundation (ASF) under one -# * or more contributor license agreements. See the NOTICE file -# * distributed with this work for additional information -# * regarding copyright ownership. The ASF licenses this file -# * to you under the Apache License, Version 2.0 (the -# * "License"); you may not use this file except in compliance -# * with the License. You may obtain a copy of the License at -# * -# * http://www.apache.org/licenses/LICENSE-2.0 -# * -# * Unless required by applicable law or agreed to in writing, software -# * distributed under the License is distributed on an "AS IS" BASIS, -# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# * See the License for the specific language governing permissions and -# * limitations under the License. -# */ Server { com.sun.security.auth.module.Krb5LoginModule required useKeyTab=true
