jon-wei closed pull request #6141: Fix kafka tutorial typo
URL: https://github.com/apache/incubator-druid/pull/6141
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/content/tutorials/tutorial-kafka.md 
b/docs/content/tutorials/tutorial-kafka.md
index b936d42f47e..849d1b1f795 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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to