lejinghu opened a new issue #8284: Port for coordinator and overlord in tutorial is mixed up? URL: https://github.com/apache/incubator-druid/issues/8284 In the druid data loading tutorial [https://druid.apache.org/docs/latest/tutorials/tutorial-batch.html](url), we are posting the data to port 8081 with `bin/post-index-task --file quickstart/tutorial/wikipedia-index.json --url http://localhost:8081`. However in [https://github.com/apache/incubator-druid/blob/master/examples/bin/post-index-task-main](url) we can see "--url" points to the overlord, which is default to be 8090, while "--coordinator-url" would be 8081. Is this mixed up? Thanks.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
