From 11b32306020f354ae76b373d52d5f583f8722b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20L=C3=A9aut=C3=A9?= Date: Thu, 12 Mar 2015 09:54:52 -0700 Subject: [PATCH] =?UTF-8?q?update=20to=20kafka=200.8.2.1,=20because=20it's?= =?UTF-8?q?=20better=E2=84=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/content/Tutorial:-Loading-Streaming-Data.md | 8 ++++---- extensions/kafka-eight/pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/content/Tutorial:-Loading-Streaming-Data.md b/docs/content/Tutorial:-Loading-Streaming-Data.md index f5e6d803ef1..9e6aed99dcb 100644 --- a/docs/content/Tutorial:-Loading-Streaming-Data.md +++ b/docs/content/Tutorial:-Loading-Streaming-Data.md @@ -41,12 +41,12 @@ cluster were adapted from the [Apache Kafka quickstart guide](http://kafka.apach 1. Download Kafka - For this tutorial we will [download Kafka 0.8.2] - (https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.0/kafka_2.10-0.8.2.0.tgz) + For this tutorial we will [download Kafka 0.8.2.1] + (https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.1/kafka_2.10-0.8.2.1.tgz) ```bash - tar -xzf kafka_2.10-0.8.2.0.tgz - cd kafka_2.10-0.8.2.0 + tar -xzf kafka_2.10-0.8.2.1.tgz + cd kafka_2.10-0.8.2.1 ``` 1. Start Kafka diff --git a/extensions/kafka-eight/pom.xml b/extensions/kafka-eight/pom.xml index 3dfae9ef9da..b25b8f2b18c 100644 --- a/extensions/kafka-eight/pom.xml +++ b/extensions/kafka-eight/pom.xml @@ -39,7 +39,7 @@ org.apache.kafka kafka_2.10 - 0.8.2.0 + 0.8.2.1