From 601d4040d446599bb01c45389b3e90645245e9af Mon Sep 17 00:00:00 2001 From: Vahid Hashemian Date: Fri, 10 Feb 2017 15:06:54 -0800 Subject: [PATCH] MINOR: Fix quickstart in docs Reverting some of the recent changes to quickstart doc. Further explanation is provided inline. Author: Vahid Hashemian Reviewers: Ewen Cheslack-Postava Closes #2539 from vahidhashemian/doc/fix_quickstart_issues --- docs/quickstart.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/quickstart.html b/docs/quickstart.html index bfc9af3f722..69f6a7a5d4f 100644 --- a/docs/quickstart.html +++ b/docs/quickstart.html @@ -359,7 +359,7 @@ stream data will likely be flowing continuously into Kafka where the application
-> cat file-input.txt | ./bin/kafka-console-producer --broker-list localhost:9092 --topic streams-file-input
+> bin/kafka-console-producer.sh --broker-list localhost:9092 --topic streams-file-input < file-input.txt
 

@@ -397,12 +397,9 @@ with the following output data being printed to the console:

 all     1
-streams 1
 lead    1
 to      1
-kafka   1
 hello   1
-kafka   2
 streams 2
 join    1
 kafka   3