You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/druid/pages/getting_started/first_steps.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ This creates the actual Druid Stacklet.
78
78
79
79
WARNING: This Druid instance uses Derby (`dbType: derby`) as a metadata store, which is an interal SQL database.
80
80
It is not persisted and not suitable for production use!
81
-
Consult the https://druid.apache.org/docs/latest/dependencies/metadata-storage.html#available-metadata-stores[Druid documentation] for a list of supported databases and setup instructions for production instances.
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
82
83
83
== Verify that it works
84
84
@@ -147,7 +147,7 @@ Now load the example data:
147
147
image::getting_started/load_example.png[]
148
148
149
149
Click through all pages of the load process.
150
-
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#step-4-load-data[Druid Quickstart Guide{external-link-icon}^].
151
151
152
152
Once you finished the ingestion dialog you should see the ingestion overview with the job, which eventually shows SUCCESS:
0 commit comments