You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by st...@apache.org on 2017/02/25 09:30:55 UTC

ambari git commit: 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)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 503d95f80 -> 59e3032a3


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/59e3032a
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/59e3032a
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/59e3032a

Branch: refs/heads/branch-2.5
Commit: 59e3032a3e7abe6f6235d5466c951bb8bb6abccc
Parents: 503d95f
Author: Balazs Bence Sari <bs...@hortonworks.com>
Authored: Sat Feb 25 10:29:20 2017 +0100
Committer: Toader, Sebastian <st...@hortonworks.com>
Committed: Sat Feb 25 10:29:20 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/59e3032a/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 2b1c01b..60fa959 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
@@ -41,6 +41,12 @@
                 },
                 "configuration": "kafka-env/kafka_keytab"
               }
+            },
+            {
+              "name": "/HDFS/NAMENODE/hdfs",
+              "when" : {
+                "contains" : ["services", "HDFS"]
+              }
             }
           ]
         }

http://git-wip-us.apache.org/repos/asf/ambari/blob/59e3032a/ambari-server/src/main/resources/stacks/HDP/2.5/services/KAFKA/kerberos.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/KAFKA/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.5/services/KAFKA/kerberos.json
index e1e6461..501f969 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/KAFKA/kerberos.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/KAFKA/kerberos.json
@@ -60,6 +60,12 @@
               "keytab": {
                 "configuration": "ranger-kafka-audit/xasecure.audit.jaas.Client.option.keyTab"
               }
+            },
+            {
+              "name": "/HDFS/NAMENODE/hdfs",
+              "when" : {
+                "contains" : ["services", "HDFS"]
+              }
             }
           ]
         }