techdocsmith commented on code in PR #13647: URL: https://github.com/apache/druid/pull/13647#discussion_r1160295449
########## 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 * Perl 5 -> Druid relies on the environment variables `JAVA_HOME` or `DRUID_JAVA_HOME` to find Java on the machine. You can set -`DRUID_JAVA_HOME` if there is more than one instance of Java. To verify Java requirements for your environment, run the -`bin/verify-java` script. +You must set either the `JAVA_HOME` or `DRUID_JAVA_HOME` environment variable for Druid to find Java on the machine. If there is more than one version of Java installed, set Review Comment: ```suggestion Java must be available. Either it is on your path, or set one of the `JAVA_HOME` or `DRUID_JAVA_HOME` environment variables. ``` -- 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]
