You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2017/04/17 20:18:23 UTC

[29/34] ambari git commit: AMBARI-20761 Update zookeeper.connect description (Bharat Viswanadham via dili)

AMBARI-20761 Update zookeeper.connect description (Bharat Viswanadham via dili)


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

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: dd3fdc220d9ad3b2b723a201ce7aa5d767850a58
Parents: 103e49a
Author: Di Li <di...@apache.org>
Authored: Mon Apr 17 11:27:32 2017 -0400
Committer: Di Li <di...@apache.org>
Committed: Mon Apr 17 11:27:32 2017 -0400

----------------------------------------------------------------------
 .../common-services/KAFKA/0.8.1/configuration/kafka-broker.xml    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/dd3fdc22/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/configuration/kafka-broker.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/configuration/kafka-broker.xml b/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/configuration/kafka-broker.xml
index 96b7750..e270b84 100644
--- a/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/configuration/kafka-broker.xml
+++ b/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/configuration/kafka-broker.xml
@@ -50,8 +50,7 @@
       Zookeeper also allows you to add a "chroot" path which will make all kafka data for this cluster appear under a particular path.
       This is a way to setup multiple Kafka clusters or other applications on the same zookeeper cluster. To do this give a connection
      string in the form hostname1:port1,hostname2:port2,hostname3:port3/chroot/path which would put all this cluster's data under the
-      path /chroot/path. Note that you must create this path yourself prior to starting the broker and consumers must use the
-      same connection string.
+      path /chroot/path. Note that consumers must use the same connection string.
     </description>
     <on-ambari-upgrade add="false"/>
   </property>