mirror of https://github.com/apache/kafka.git
HOTFIX: changed quickstart donwload from 0.10.0.0 to 0.10.0.1
Author: Matthias J. Sax <matthias@confluent.io> Reviewers: Ismael Juma <ismael@juma.me.uk> Closes #1869 from mjsax/hotfix-doc
This commit is contained in:
parent
932e4d7ba7
commit
b8683026ea
|
@ -21,11 +21,11 @@ This tutorial assumes you are starting fresh and have no existing Kafka or ZooKe
|
||||||
|
|
||||||
<h4><a id="quickstart_download" href="#quickstart_download">Step 1: Download the code</a></h4>
|
<h4><a id="quickstart_download" href="#quickstart_download">Step 1: Download the code</a></h4>
|
||||||
|
|
||||||
<a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.0/kafka_2.11-0.10.0.0.tgz" title="Kafka downloads">Download</a> the 0.10.0.0 release and un-tar it.
|
<a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.1/kafka_2.11-0.10.0.1.tgz" title="Kafka downloads">Download</a> the 0.10.0.1 release and un-tar it.
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
> <b>tar -xzf kafka_2.11-0.10.0.0.tgz</b>
|
> <b>tar -xzf kafka_2.11-0.10.0.1.tgz</b>
|
||||||
> <b>cd kafka_2.11-0.10.0.0</b>
|
> <b>cd kafka_2.11-0.10.0.1</b>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h4><a id="quickstart_startserver" href="#quickstart_startserver">Step 2: Start the server</a></h4>
|
<h4><a id="quickstart_startserver" href="#quickstart_startserver">Step 2: Start the server</a></h4>
|
||||||
|
|
Loading…
Reference in New Issue