vogievetsky commented on code in PR #13365:
URL: https://github.com/apache/druid/pull/13365#discussion_r1035393420
##########
docs/tutorials/index.md:
##########
@@ -72,38 +73,39 @@ The distribution directory contains `LICENSE` and `NOTICE`
files and subdirector
## Start up Druid services
-Start up Druid services using the `micro-quickstart` single-machine
configuration.
+Start up Druid services using the `micro` single-machine configuration.
This configuration includes default settings that are appropriate for this
tutorial, such as loading the `druid-multi-stage-query` extension by default so
that you can use the MSQ task engine.
-You can view that setting and others in the configuration files in the
`conf/druid/single-server/micro-quickstart/`.
+You can view that setting and others in the configuration files in the
`conf/druid/single-server/quickstart/`.
From the apache-druid-{{DRUIDVERSION}} package root, run the following command:
```bash
-./bin/start-micro-quickstart
+./bin/start-druid --memory=16g
```
This brings up instances of ZooKeeper and the Druid services:
```bash
$ ./bin/start-micro-quickstart
Review Comment:
should this command change?
--
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]