Skip to content

Commit 4c44587

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/generic-database-connection
2 parents 006060e + 261c1e0 commit 4c44587

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/modules/druid/pages/getting_started/first_steps.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ include::example$getting_started/getting_started.sh[tag=install-druid]
7676

7777
This creates the actual Druid Stacklet.
7878

79+
WARNING: This Druid instance uses Derby (`dbType: derby`) as a metadata store, which is an interal SQL database.
80+
It is not persisted and not suitable for production use!
81+
Consult the https://druid.apache.org/docs/latest/design/metadata-storage#available-metadata-stores[Druid documentation{external-link-icon}^] for a list of supported databases and setup instructions for production instances.
82+
7983
== Verify that it works
8084

8185
Submit an ingestion job and then query the ingested data -- either through the web interface or the API.
@@ -143,7 +147,7 @@ Now load the example data:
143147
image::getting_started/load_example.png[]
144148

145149
Click through all pages of the load process.
146-
You can also follow the https://druid.apache.org/docs/latest/tutorials/index.html#step-4-load-data[Druid Quickstart Guide].
150+
You can also follow the https://druid.apache.org/docs/latest/tutorials/index.html#load-data[Druid Quickstart Guide{external-link-icon}^].
147151

148152
Once you finished the ingestion dialog you should see the ingestion overview with the job, which eventually shows SUCCESS:
149153

0 commit comments

Comments
 (0)