You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2015/06/01 13:54:20 UTC

ambari git commit: AMBARI-11580. Apply Now popup for Ranger Kafka Plugin. Additional patch. (akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 60ea8dbf5 -> dcc93c9c6


AMBARI-11580. Apply Now popup for Ranger Kafka Plugin. Additional patch. (akovalenko)


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

Branch: refs/heads/trunk
Commit: dcc93c9c6f2b4a23051fa66537ffd203bfc2101e
Parents: 60ea8db
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Mon Jun 1 14:46:24 2015 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Mon Jun 1 14:46:24 2015 +0300

----------------------------------------------------------------------
 .../common-services/KAFKA/0.8.1.2.2/configuration/kafka-env.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/dcc93c9c/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 2fed180..132e641 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
@@ -59,7 +59,7 @@ if [ -e "/usr/lib/ambari-metrics-kafka-sink/ambari-metrics-kafka-sink.jar" ]; th
   export CLASSPATH=$CLASSPATH:/usr/lib/ambari-metrics-kafka-sink/lib/*
 fi
 if [ -f /etc/kafka/conf/kafka-ranger-env.sh ]; then
-./etc/kafka/conf/kafka-ranger-env.sh
+. /etc/kafka/conf/kafka-ranger-env.sh
 fi
     </value>
   </property>