Repository: ambari Updated Branches: refs/heads/trunk bfa24d139 -> b477a192c
AMBARI-18013. HiveHook fails to post messages to kafka due to missing keytab config in /etc/hive/conf/atlas-application.properties in kerberized cluster (alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b477a192 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b477a192 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b477a192 Branch: refs/heads/trunk Commit: b477a192cca5b2748ab4a0e619844c46f9851042 Parents: bfa24d1 Author: Alejandro Fernandez <[email protected]> Authored: Wed Aug 3 19:18:47 2016 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Wed Aug 3 19:18:47 2016 -0700 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b477a192/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json index 37a7e82..34bda73 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json @@ -82,7 +82,8 @@ } }, { - "name": "/HIVE/HIVE_SERVER/hive_server_hive", + "name": "atlas_kafka", + "reference": "/HIVE/HIVE_SERVER/hive_server_hive", "principal": { "configuration": "hive-atlas-application.properties/atlas.jaas.KafkaClient.option.principal" }, @@ -100,7 +101,8 @@ } }, { - "name": "/HIVE/HIVE_SERVER/hive_server_hive", + "name": "ranger_audit", + "reference": "/HIVE/HIVE_SERVER/hive_server_hive", "principal": { "configuration": "ranger-hive-audit/xasecure.audit.jaas.Client.option.principal" },
