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)

2017-02-25 Thread stoader
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 
Authored: Sat Feb 25 10:23:37 2017 +0100
Committer: Toader, Sebastian 
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"]
+  }
 }
   ]
 }



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)

2017-02-25 Thread 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 
Authored: Sat Feb 25 10:29:20 2017 +0100
Committer: Toader, Sebastian 
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"]
+  }
 }
   ]
 }