@@ -428,7 +428,7 @@ The `Avg. row size (bytes)` column shows that a typical `measurement` record has
428428`222`, more than 50 times the size. So, by choosing two dedicated topics over a single topic, this demo saved 50x of
429429storage and computation costs.
430430
431- By clicking on `segments` under `Availability` for the `measurements` data source, you can see the segments of the data source.
431+ Click `Segments` in the menu bar at the top to see the segments of the data source.
432432In this case, the `measurements` data source is partitioned by the measurement day, resulting in 32 segments.
433433
434434image::nifi-kafka-druid-water-level-data/druid_5.png[]
@@ -509,12 +509,13 @@ image::nifi-kafka-druid-water-level-data/superset_8.png[]
509509
510510=== Execute arbitrary SQL statements
511511
512- Within Superset, you can create dashboards and run arbitrary SQL statements. On the top, click on the tab `SQL` ->
513- `SQL Lab`.
512+ Within Superset, you can create dashboards and run arbitrary SQL statements.
513+ On the top, click on the tab `SQL` -> `SQL Lab`.
514514
515515image::nifi-kafka-druid-water-level-data/superset_9.png[]
516516
517- On the left, select the database `druid`, the schema `druid` and set `See table schema` to `stations` or `measurements`.
517+ On the left select the database `druid`, the schema `druid` and select `stations` or `measurements` from the `druid` folder.
518+ Click on `Add a new tab`.
518519
519520image::nifi-kafka-druid-water-level-data/superset_10.png[]
520521
0 commit comments