Repository: ambari Updated Branches: refs/heads/trunk 6c36aa437 -> 9933600ca
AMBARI-16430. Remove hive identity from NODEMANAGER kerberos settings. (magyari_sandor) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9933600c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9933600c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9933600c Branch: refs/heads/trunk Commit: 9933600ca7e8f82ee75039ed17e9cdd7a86ea4d6 Parents: 6c36aa4 Author: Sandor Magyari <[email protected]> Authored: Tue May 10 14:56:31 2016 +0200 Committer: Sandor Magyari <[email protected]> Committed: Tue May 10 19:54:14 2016 +0200 ---------------------------------------------------------------------- .../stacks/HDP/2.5/services/YARN/kerberos.json | 29 -------------------- 1 file changed, 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/9933600c/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/kerberos.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/kerberos.json index 367dfd8..123ff7c 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/kerberos.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/kerberos.json @@ -67,35 +67,6 @@ } }, { - "name": "/HIVE/HIVE_SERVER/hive_server_hive", - "principal": { - "configuration": "hive-interactive-site/hive.llap.daemon.service.principal" - }, - "keytab": { - "configuration": "hive-interactive-site/hive.llap.daemon.keytab.file" - } - }, - { - "name": "llap_zk_hive", - "principal": { - "value": "hive@${realm}", - "type" : "user", - "configuration": "hive-interactive-site/hive.llap.zk.sm.principal" - }, - "keytab": { - "file": "${keytab_dir}/hive.llap.zk.sm.keytab", - "owner": { - "name": "${yarn-env/yarn_user}", - "access": "r" - }, - "group": { - "name": "${cluster-env/user_group}", - "access": "r" - }, - "configuration": "hive-interactive-site/hive.llap.zk.sm.keytab.file" - } - }, - { "name": "/spnego", "principal": { "configuration": "yarn-site/yarn.nodemanager.webapp.spnego-principal"
