Fix kafka tutorial typo (#6141)

This commit is contained in:
Jonathan Wei 2018-08-09 18:41:05 -07:00 committed by GitHub
parent af0557c1f7
commit b0805540af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Run this command to create a Kafka topic called *wikipedia*, to which we'll send
## Enable Druid Kafka ingestion ## Enable Druid Kafka ingestion
We will use Druid's Kafka indexing service to ingest messages from our newly created *wikipedia* topic. To start the We will use Druid's Kafka indexing service to ingest messages from our newly created *wikipedia* topic. To start the
service, we will need to submit a supervisor spec to the Druid overlord by running the following from the Imply directory: service, we will need to submit a supervisor spec to the Druid overlord by running the following from the Druid package root:
```bash ```bash
curl -XPOST -H'Content-Type: application/json' -d @quickstart/tutorial/wikipedia-kafka-supervisor.json http://localhost:8090/druid/indexer/v1/supervisor curl -XPOST -H'Content-Type: application/json' -d @quickstart/tutorial/wikipedia-kafka-supervisor.json http://localhost:8090/druid/indexer/v1/supervisor