Skip to content

Commit

Permalink
Fix up Kafka tutorial (apache#2831)
Browse files Browse the repository at this point in the history
1) Remove extraneous section
2) Remove -SNAPSHOT version
  • Loading branch information
gianm authored and fjy committed Apr 13, 2016
1 parent 22c2cd5 commit aa25cc1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/content/tutorials/tutorial-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ Run this command to create a Kafka topic called *metrics*, to which we'll send d
./bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic metrics
```

## Enable Druid Kafka ingestion

Druid includes configs for [Tranquility Kafka](../ingestion/stream-pull.html#kafka) to support loading data from Kafka.
To enable this in the quickstart-based configuration:

- Stop your Tranquility command (CTRL-C) and then start it up again.

## Send example data

Let's launch a console producer for our topic and send some data!
Expand Down Expand Up @@ -154,7 +147,7 @@ sections:
Next, start Druid Kafka ingestion:

```bash
bin/tranquility kafka -configFile ../druid-0.9.0-SNAPSHOT/conf-quickstart/tranquility/kafka.json
bin/tranquility kafka -configFile ../druid-0.9.0/conf-quickstart/tranquility/kafka.json
```

- If your Tranquility server or Kafka is already running, stop it (CTRL-C) and
Expand Down

0 comments on commit aa25cc1

Please sign in to comment.