Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ You can see the available data sources by clicking on `Datasources` at the top.

image::nifi-kafka-druid-earthquake-data/druid_4.png[]

You can see the data source's segments by clicking on `segments` under `Availability` for the `earthquakes` data source.
You can see the data source's segments by clicking on `Segments` in the menu bar at the top.
In this case, the `earthquakes` data source is partitioned by the year of the earthquakes, resulting in 73 segments.

image::nifi-kafka-druid-earthquake-data/druid_5.png[]
Expand Down Expand Up @@ -343,7 +343,8 @@ On the top click on the tab `SQL` -> `SQL Lab`.

image::nifi-kafka-druid-earthquake-data/superset_10.png[]

On the left select the database `druid`, the schema `druid` and set `See table schema` to `earthquakes`.
On the left select the database `druid`, the schema `druid` and select `earthquakes` from the `druid` folder.
Click on `Add a new tab`.

image::nifi-kafka-druid-earthquake-data/superset_11.png[]

Expand Down
Loading