gianm commented on code in PR #13365: URL: https://github.com/apache/druid/pull/13365#discussion_r1035592597
########## docs/tutorials/index.md: ########## @@ -23,7 +23,7 @@ title: "Quickstart (local)" --> -This quickstart gets you started with Apache Druid using the [`micro-quickstart`](../operations/single-server.md#micro-quickstart-4-cpu-16gib-ram) configuration, and introduces you to Druid ingestion and query features. +This quickstart gets you started with Apache Druid using the [`micro`](../operations/single-server.md#micro-4-cpu-16gib-ram) configuration, and introduces you to Druid ingestion and query features. Review Comment: Ah, I meant to suggest updating the tutorial to use `bin/start-druid` rather than the micro config. I don't think we need to mention the size of the machine at all here, since it's automatic now. Something like this is good: ``` This quickstart gets you started with Apache Druid and introduces you to Druid ingestion and query features. For this tutorial, we recommend a machine with at least 6 GB of RAM. ``` -- 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]
