techdocsmith commented on code in PR #13647: URL: https://github.com/apache/druid/pull/13647#discussion_r1160297427
########## docs/tutorials/index.md: ########## @@ -22,30 +22,29 @@ title: "Quickstart (local)" ~ under the License. --> -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 quickstart helps you install Apache Druid and introduces you to Druid ingestion and query features. For this tutorial, you need a machine with at least 6 GiB of RAM. -In this quickstart, you'll do the following: +In this quickstart, you'll: - install Druid - start up Druid services - use SQL to ingest and query data Druid supports a variety of ingestion options. Once you're done with this tutorial, refer to the [Ingestion](../ingestion/index.md) page to determine which ingestion method is right for you. -## Requirements +## Prerequisites -You can follow these steps on a relatively modest machine, such as a workstation or virtual server with 16 GiB of RAM. +You can follow these steps on a relatively modest machine, such as a workstation or virtual server with 6 GiB of RAM. The software requirements for the installation machine are: * Linux, Mac OS X, or other Unix-like OS. (Windows is not supported) * [Java 8u92+ or Java 11](../operations/java.md) -* [Python2 or Python3](../operations/python.md) +* Python 2 or Python 3 Review Comment: ```suggestion * Python 3 (preferred) or Python 2 ``` -- 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]
