Repository: ambari Updated Branches: refs/heads/branch-2.4 389c88292 -> 59e422ec4
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/59e422ec Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/59e422ec Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/59e422ec Branch: refs/heads/branch-2.4 Commit: 59e422ec4eebe53f1b8c43f3301878f613565064 Parents: 389c882 Author: Alejandro Fernandez <[email protected]> Authored: Wed Aug 3 16:18:09 2016 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Wed Aug 3 19:17:18 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/59e422ec/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" },
