You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2014/03/25 04:59:34 UTC

svn commit: r1581218 - /kafka/site/081/ops.html

Author: junrao
Date: Tue Mar 25 03:59:33 2014
New Revision: 1581218

URL: http://svn.apache.org/r1581218
Log:
minor fix of mirror maker cli in 0.8.1 doc

Modified:
    kafka/site/081/ops.html

Modified: kafka/site/081/ops.html
URL: http://svn.apache.org/viewvc/kafka/site/081/ops.html?rev=1581218&r1=1581217&r2=1581218&view=diff
==============================================================================
--- kafka/site/081/ops.html (original)
+++ kafka/site/081/ops.html Tue Mar 25 03:59:33 2014
@@ -92,7 +92,7 @@ The source and destination clusters are 
 <p>
 Here is an example showing how to mirror a single topic (named <i>my-topic</i>) from two input clusters:
 <pre>
- &gt; bin/kafka-run-class.sh kafka.tools.MirrorMaker --zookeeper zk_host:port/chroot 
+ &gt; bin/kafka-run-class.sh kafka.tools.MirrorMaker
        --consumer.config consumer-1.properties --consumer.config consumer-2.properties 
        --producer.config producer.properties --whitelist my-topic
 </pre>