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
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
+
79
83
== Verify that it works
80
84
81
85
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:
143
147
image::getting_started/load_example.png[]
144
148
145
149
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}^].
147
151
148
152
Once you finished the ingestion dialog you should see the ingestion overview with the job, which eventually shows SUCCESS:
0 commit comments