You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by jo...@apache.org on 2018/08/10 01:41:08 UTC

[incubator-druid] branch master updated: Fix kafka tutorial typo (#6141)

This is an automated email from the ASF dual-hosted git repository.

jonwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new b080554  Fix kafka tutorial typo (#6141)
b080554 is described below

commit b0805540af5d445a014932eed4bfa7786135a2f5
Author: Jonathan Wei <jo...@users.noreply.github.com>
AuthorDate: Thu Aug 9 18:41:05 2018 -0700

    Fix kafka tutorial typo (#6141)
---
 docs/content/tutorials/tutorial-kafka.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/tutorials/tutorial-kafka.md b/docs/content/tutorials/tutorial-kafka.md
index b936d42..849d1b1 100644
--- a/docs/content/tutorials/tutorial-kafka.md
+++ b/docs/content/tutorials/tutorial-kafka.md
@@ -39,7 +39,7 @@ Run this command to create a Kafka topic called *wikipedia*, to which we'll send
 ## Enable Druid Kafka ingestion
 
 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
 curl -XPOST -H'Content-Type: application/json' -d @quickstart/tutorial/wikipedia-kafka-supervisor.json http://localhost:8090/druid/indexer/v1/supervisor


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org