Skip to content

fix: Update demos and documentation #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f142863
update nifi-kafka-druid-water-level-data demo documentation and fix m…
xeniape Jun 24, 2024
74567ac
update stackablectl stacklet list
xeniape Jun 24, 2024
7af1f5a
update stackablectl stacklet list
xeniape Jun 24, 2024
ac98f4c
update nifi-kafka-druid-earthquake-data demo and adjustments for cons…
xeniape Jun 25, 2024
67a2939
update demo/stack resources, airflow-scheduled-job and hbase-hdfs-loa…
xeniape Jun 27, 2024
1876bad
update jupyterhub and logging demo documentation
xeniape Jun 27, 2024
bc0a848
update signal-processing demo and documentation
xeniape Jun 28, 2024
313de87
Update docs/modules/demos/pages/logging.adoc
xeniape Jul 3, 2024
ba11b63
Update docs/modules/demos/pages/jupyterhub-pyspark-hdfs-anomaly-detec…
xeniape Jul 3, 2024
5911d01
Update docs/modules/demos/pages/jupyterhub-pyspark-hdfs-anomaly-detec…
xeniape Jul 3, 2024
9e66a18
update spark-k8s-anomaly-detection-taxi-data demo documentation
xeniape Jul 4, 2024
8aa35ed
update trino-iceberg demo documentation
xeniape Jul 4, 2024
180ae78
Merge branch 'main' into fix/update-nifi-kafka-druid-documentation
xeniape Jul 4, 2024
249112c
update trino-taxi-data demo documentation
xeniape Jul 4, 2024
9d0297d
update data-lakehouse-iceberg-trino-spark demo and documentation
xeniape Jul 9, 2024
e63aeba
Merge branch 'main' into fix/update-nifi-kafka-druid-documentation
xeniape Jul 9, 2024
4267b72
Update docs/modules/demos/pages/trino-taxi-data.adoc
xeniape Jul 15, 2024
cf075ca
change doc ref
xeniape Jul 15, 2024
d412699
change doc ref
xeniape Jul 15, 2024
ba9940d
change doc ref
xeniape Jul 15, 2024
7e8a5a7
update pvc resources for data-lakehouse-iceberg-trino-spark demo
xeniape Jul 16, 2024
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
Binary file added docs/modules/demos/images/logging/tenant.png
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 @@ -87,7 +87,7 @@ There should be one parquet file containing taxi trip data from September 2020.

== JupyterHub

Have a look at the available Pods before logging in (operator pods are left out for clarity, you will see more Pods):
Have a look at the available Pods before logging in:

[source,console]
----
Expand Down Expand Up @@ -118,8 +118,7 @@ You should see the JupyterHub login page.

image::jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/jupyter_hub_login.png[]

Log in with username `admin` and password `adminadmin`. There should appear a new pod called `jupyter-admin` (operator
pods are left out for clarity, you will see more Pods):
Log in with username `admin` and password `adminadmin`. There should appear a new pod called `jupyter-admin`:

[source,console]
----
Expand All @@ -140,14 +139,14 @@ You should arrive at your workspace:

image::jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/jupyter_hub_workspace.png[]

Now you can click on the `notebooks` folder on the left, open and run the contained file. Click on the double arrow (⏩️) to
Now you can double-click on the `notebook` folder on the left, open and run the contained file. Click on the double arrow (⏩️) to
execute the Python scripts.

image::jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/jupyter_hub_run_notebook.png[]

You can also inspect the `hdfs` folder where the `core-site.xml` and `hdfs-site.xml` from
the discovery `ConfigMap` of the HDFS cluster are located.

image::jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/jupyter_hub_run_notebook.png[]

[NOTE]
====
The image defined for the spark job must contain all dependencies needed for that job to run. For pyspark jobs, this
Expand Down
6 changes: 5 additions & 1 deletion docs/modules/demos/pages/logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@ Log in with the username `admin` and password `adminadmin`.

NOTE: On first login, you will be presented with some options. Feel free to bypass them to get to the logs.

Click _Discovery_ in the menu to view the recent logs. If you do not see anything, increase the search window to greater than _Last 15 minutes_.
Select the `Global` tenant to have access to the pre-configured `vector-*` index pattern.

image::logging/tenant.png[]

Click _Discover_ in the menu on the left to view the recent logs. If you do not see anything, increase the search window to greater than _Last 15 minutes_.

image::logging/logs.png[]

Expand Down