You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2016/03/31 22:40:44 UTC

ambari git commit: AMBARI-15640. Missing Properties in Kafka Config Tab. (jaimin)

Repository: ambari
Updated Branches:
  refs/heads/trunk 0c4b29549 -> 490fa51f1


AMBARI-15640. Missing Properties in Kafka Config Tab. (jaimin)


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

Branch: refs/heads/trunk
Commit: 490fa51f104ce4a87469069fc72033ace08d537f
Parents: 0c4b295
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Thu Mar 31 13:39:23 2016 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Thu Mar 31 13:39:34 2016 -0700

----------------------------------------------------------------------
 .../KAFKA/0.8.1.2.2/configuration/kafka-env.xml              | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/490fa51f/ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/configuration/kafka-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/configuration/kafka-env.xml b/ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/configuration/kafka-env.xml
index b722b99..3b910bb 100644
--- a/ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/configuration/kafka-env.xml
+++ b/ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/configuration/kafka-env.xml
@@ -33,6 +33,14 @@
     </value-attributes>
   </property>
   <property>
+    <name>kafka_keytab</name>
+    <description>Kafka keytab path</description>
+  </property>
+  <property>
+    <name>kafka_principal_name</name>
+    <description>Kafka principal name</description>
+  </property>
+  <property>
     <name>kafka_log_dir</name>
     <value>/var/log/kafka</value>
     <description></description>