techdocsmith commented on code in PR #14459: URL: https://github.com/apache/druid/pull/14459#discussion_r1237347731
########## docs/tutorials/tutorial-jupyter-docker.md: ########## @@ -193,6 +207,13 @@ as well as the [Python client for Druid](tutorial-jupyter-index.md#python-api-fo You should now be able to access and complete the tutorials. +## Tutorial setup for ARM-based devices +1. Start Druid. You can use the [Quickstart (local)](./index.md) instance. The tutorials + assume that you are using the quickstart, so no authentication or authorization + is expected unless explicitly mentioned. +2. Start Kafka and Jupyter using the command from [Start Kafka and Jupyter](#start-kafka-and-jupyter). +3. Before starting a tutorial, open the notebook and edit the `host` variable to `"host.docker.internal"`. Review Comment: We'll need to update the notebooks to use the host variable. Not necessary in this PR. However, this instruction applies to the ###Start only the Jupyter container section. Can you add it there, too? I also think we'll want to say edit it to the druid host. If Druid is running local to the same machine as Jupyter, set the `host` variable to `host.docker.internal` . Also No need for the double quotes inside the code format. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
