This is an automated email from the ASF dual-hosted git repository.
kfaraz pushed a commit to branch 25.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/25.0.0 by this push:
new f521d9bfe0 Docs: Update quickstart instructions (#13611) (#13614)
f521d9bfe0 is described below
commit f521d9bfe0a077ba43cf12f987dbfe3c704a1cec
Author: Kashif Faraz <[email protected]>
AuthorDate: Thu Dec 22 12:08:36 2022 +0530
Docs: Update quickstart instructions (#13611) (#13614)
Changes:
- Remove specification of a Druid version in the quickstart, because the
previous step
instructs downloading the latest version anyway.
- Mention usage of memory parameter in the quickstart
---
docs/tutorials/index.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md
index a4560c2462..8ec7468801 100644
--- a/docs/tutorials/index.md
+++ b/docs/tutorials/index.md
@@ -58,8 +58,6 @@ dedicated user account for running Druid.
## Install Druid
Download the [{{DRUIDVERSION}}
release](https://www.apache.org/dyn/closer.cgi?path=/druid/{{DRUIDVERSION}}/apache-druid-{{DRUIDVERSION}}-bin.tar.gz)
from Apache Druid.
-For this quickstart, you need Druid version 24.0 or higher.
-For versions earlier than 24.0 (0.23 and below), see [Load data with native
batch ingestion](tutorial-batch-native.md).
In your terminal, extract the file and change directories to the distribution
directory:
@@ -83,7 +81,7 @@ From the apache-druid-{{DRUIDVERSION}} package root, run the
following command:
./bin/start-druid
```
-This brings up instances of ZooKeeper and the Druid services:
+This brings up instances of ZooKeeper and the Druid services and may use up to
80% of the total available system memory. To explicitly set the total memory
available to Druid, pass a value for the memory parameter, e.g.
`./bin/start-druid -m 16g` or `./bin/start-druid --memory 16g`.
```bash
$ ./bin/start-druid
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]