This is an automated email from the ASF dual-hosted git repository.
kfaraz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 0d97e658b2 Docs: Update quickstart instructions (#13611)
0d97e658b2 is described below
commit 0d97e658b2ef65903cf7484b5fdaf115631d0304
Author: Kashif Faraz <[email protected]>
AuthorDate: Thu Dec 22 11:51:08 2022 +0530
Docs: Update quickstart instructions (#13611)
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]