Repository: ambari
Updated Branches:
  refs/heads/trunk d31d1f998 -> e7961091f


AMBARI-20145. Restart Kafka broker failed after enabling kerberos with 
"kinit(v5): No such file or directory while getting initial credentials" 
(Balazs Bence Sari via stoader)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e7961091
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e7961091
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e7961091

Branch: refs/heads/trunk
Commit: e7961091f4bbcb10f4cfb675786c9bcb6e768ca8
Parents: d31d1f9
Author: Balazs Bence Sari <bs...@hortonworks.com>
Authored: Sat Feb 25 10:23:37 2017 +0100
Committer: Toader, Sebastian <stoa...@hortonworks.com>
Committed: Sat Feb 25 10:23:37 2017 +0100

----------------------------------------------------------------------
 .../main/resources/common-services/KAFKA/0.10.0/kerberos.json  | 6 ++++++
 .../main/resources/common-services/KAFKA/0.9.0/kerberos.json   | 6 ++++++
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e7961091/ambari-server/src/main/resources/common-services/KAFKA/0.10.0/kerberos.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/KAFKA/0.10.0/kerberos.json 
b/ambari-server/src/main/resources/common-services/KAFKA/0.10.0/kerberos.json
index 1f02092..eb31ad6 100644
--- 
a/ambari-server/src/main/resources/common-services/KAFKA/0.10.0/kerberos.json
+++ 
b/ambari-server/src/main/resources/common-services/KAFKA/0.10.0/kerberos.json
@@ -61,6 +61,12 @@
               "keytab": {
                 "configuration": 
"ranger-kafka-audit/xasecure.audit.jaas.Client.option.keyTab"
               }
+            },
+            {
+              "name": "/HDFS/NAMENODE/hdfs",
+              "when" : {
+                "contains" : ["services", "HDFS"]
+              }
             }
           ]
         }

http://git-wip-us.apache.org/repos/asf/ambari/blob/e7961091/ambari-server/src/main/resources/common-services/KAFKA/0.9.0/kerberos.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/KAFKA/0.9.0/kerberos.json 
b/ambari-server/src/main/resources/common-services/KAFKA/0.9.0/kerberos.json
index ab1ed1f..7500891 100644
--- a/ambari-server/src/main/resources/common-services/KAFKA/0.9.0/kerberos.json
+++ b/ambari-server/src/main/resources/common-services/KAFKA/0.9.0/kerberos.json
@@ -42,6 +42,12 @@
                 },
                 "configuration": "kafka-env/kafka_keytab"
               }
+            },
+            {
+              "name": "/HDFS/NAMENODE/hdfs",
+              "when" : {
+                "contains" : ["services", "HDFS"]
+              }
             }
           ]
         }

Reply via email to