Repository: kafka Updated Branches: refs/heads/0.9.0 c7b9ccb87 -> 3ded81192
MINOR: Use Kafka artifact compiled with Scala 2.11 in quickstart.html Author: Ismael Juma <[email protected]> Reviewers: Jun Rao <[email protected]> Closes #505 from ijuma/scala-2.11-in-quickstart (cherry picked from commit 2cf6218849a3634badaf70809923a31934182794) Signed-off-by: Jun Rao <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/3ded8119 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/3ded8119 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/3ded8119 Branch: refs/heads/0.9.0 Commit: 3ded811928aab33a6ff0bcafe2e275b7d2c011c9 Parents: c7b9ccb Author: Ismael Juma <[email protected]> Authored: Thu Nov 12 07:21:45 2015 -0800 Committer: Jun Rao <[email protected]> Committed: Thu Nov 12 07:21:54 2015 -0800 ---------------------------------------------------------------------- docs/quickstart.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/3ded8119/docs/quickstart.html ---------------------------------------------------------------------- diff --git a/docs/quickstart.html b/docs/quickstart.html index 3f0ad2f..268ed34 100644 --- a/docs/quickstart.html +++ b/docs/quickstart.html @@ -21,11 +21,11 @@ This tutorial assumes you are starting fresh and have no existing Kafka or ZooKe <h4> Step 1: Download the code </h4> -<a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.0/kafka_2.10-0.9.0.0.tgz" title="Kafka downloads">Download</a> the 0.9.0.0 release and un-tar it. +<a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.0/kafka_2.11-0.9.0.0.tgz" title="Kafka downloads">Download</a> the 0.9.0.0 release and un-tar it. <pre> -> <b>tar -xzf kafka_2.10-0.9.0.0.tgz</b> -> <b>cd kafka_2.10-0.9.0.0</b> +> <b>tar -xzf kafka_2.11-0.9.0.0.tgz</b> +> <b>cd kafka_2.11-0.9.0.0</b> </pre> <h4>Step 2: Start the server</h4>
