MINOR: Fix quickstart in docs

Reverting some of the recent changes to quickstart doc. Further explanation is provided inline.

Author: Vahid Hashemian <vahidhashemian@us.ibm.com>

Reviewers: Ewen Cheslack-Postava <ewen@confluent.io>

Closes #2539 from vahidhashemian/doc/fix_quickstart_issues
This commit is contained in:
Vahid Hashemian 2017-02-10 15:06:54 -08:00 committed by Ewen Cheslack-Postava
parent 1c45f79c91
commit 601d4040d4
1 changed files with 1 additions and 4 deletions

View File

@ -359,7 +359,7 @@ stream data will likely be flowing continuously into Kafka where the application
<pre>
&gt; <b>cat file-input.txt | ./bin/kafka-console-producer --broker-list localhost:9092 --topic streams-file-input</b>
&gt; <b>bin/kafka-console-producer.sh --broker-list localhost:9092 --topic streams-file-input < file-input.txt</b>
</pre>
<p>
@ -397,12 +397,9 @@ with the following output data being printed to the console:
<pre>
all 1
streams 1
lead 1
to 1
kafka 1
hello 1
kafka 2
streams 2
join 1
kafka 3