You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/09/08 11:48:33 UTC

[GitHub] [druid] sachidananda007 opened a new pull request, #13056: Update tutorial-kafka.md

sachidananda007 opened a new pull request, #13056:
URL: https://github.com/apache/druid/pull/13056

   Added missing command to the doc for zookeeper before starting kafka
   
   ### Description
   
   Added missing command for kafka ingestion doc
   
   added missing comad for zookeeper
   
   This PR has:
   - [ ] been self-reviewed.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [druid] FrankChen021 commented on a diff in pull request #13056: Update tutorial-kafka.md

Posted by GitBox <gi...@apache.org>.
FrankChen021 commented on code in PR #13056:
URL: https://github.com/apache/druid/pull/13056#discussion_r965992409


##########
docs/tutorials/tutorial-kafka.md:
##########
@@ -43,6 +43,11 @@ curl -O https://archive.apache.org/dist/kafka/2.7.0/kafka_2.13-2.7.0.tgz
 tar -xzf kafka_2.13-2.7.0.tgz
 cd kafka_2.13-2.7.0
 ```
+Start zookeeper first with the following command:
+
+```bash
+.bin/zookeeper-server-start.sh config/zookeeper.properties

Review Comment:
   ```suggestion
   ./bin/zookeeper-server-start.sh config/zookeeper.properties
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [druid] FrankChen021 merged pull request #13056: Update tutorial-kafka.md

Posted by GitBox <gi...@apache.org>.
FrankChen021 merged PR #13056:
URL: https://github.com/apache/druid/pull/13056


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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