mirror of https://github.com/apache/druid.git
Kafka version is updated (#6835)
Update Kafka version in tutorial from 0.10.2.0 to 0.10.2.2
This commit is contained in:
parent
ea3f426171
commit
55927bf8e3
|
@ -35,13 +35,13 @@ don't need to have loaded any data yet.
|
|||
## Download and start Kafka
|
||||
|
||||
[Apache Kafka](http://kafka.apache.org/) is a high throughput message bus that works well with
|
||||
Druid. For this tutorial, we will use Kafka 0.10.2.0. To download Kafka, issue the following
|
||||
Druid. For this tutorial, we will use Kafka 0.10.2.2. To download Kafka, issue the following
|
||||
commands in your terminal:
|
||||
|
||||
```bash
|
||||
curl -O https://archive.apache.org/dist/kafka/0.10.2.0/kafka_2.11-0.10.2.0.tgz
|
||||
tar -xzf kafka_2.11-0.10.2.0.tgz
|
||||
cd kafka_2.11-0.10.2.0
|
||||
curl -O https://archive.apache.org/dist/kafka/0.10.2.2/kafka_2.12-0.10.2.2.tgz
|
||||
tar -xzf kafka_2.12-0.10.2.2.tgz
|
||||
cd kafka_2.12-0.10.2.2
|
||||
```
|
||||
|
||||
Start a Kafka broker by running the following command in a new terminal:
|
||||
|
|
Loading…
Reference in New Issue