Skip to content

Commit e513db2

Browse files
xeniapefhennigmaltesander
authoredJul 16, 2024
fix: Update demos and documentation (#57)
* update nifi-kafka-druid-water-level-data demo documentation and fix minio host * update stackablectl stacklet list * update stackablectl stacklet list * update nifi-kafka-druid-earthquake-data demo and adjustments for consistency * update demo/stack resources, airflow-scheduled-job and hbase-hdfs-load-cycling-data demos * update jupyterhub and logging demo documentation * update signal-processing demo and documentation * Update docs/modules/demos/pages/logging.adoc Co-authored-by: Felix Hennig <fhennig@users.noreply.github.com> * Update docs/modules/demos/pages/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data.adoc Co-authored-by: Felix Hennig <fhennig@users.noreply.github.com> * Update docs/modules/demos/pages/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data.adoc Co-authored-by: Felix Hennig <fhennig@users.noreply.github.com> * update spark-k8s-anomaly-detection-taxi-data demo documentation * update trino-iceberg demo documentation * update trino-taxi-data demo documentation * update data-lakehouse-iceberg-trino-spark demo and documentation * Update docs/modules/demos/pages/trino-taxi-data.adoc Co-authored-by: Malte Sander <malte.sander.it@gmail.com> * change doc ref * change doc ref * change doc ref * update pvc resources for data-lakehouse-iceberg-trino-spark demo --------- Co-authored-by: Felix Hennig <fhennig@users.noreply.github.com> Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent 25b5faa commit e513db2

File tree

110 files changed

+313
-384
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+313
-384
lines changed
 

‎demos/data-lakehouse-iceberg-trino-spark/LakehouseKafkaIngest.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3857,7 +3857,7 @@
38573857
</entry>
38583858
<entry>
38593859
<key>Remote URL</key>
3860-
<value> https://www.pegelonline.wsv.de/webservices/rest-api/v2/stations.json</value>
3860+
<value>https://www.pegelonline.wsv.de/webservices/rest-api/v2/stations.json</value>
38613861
</entry>
38623862
<entry>
38633863
<key>disable-http2</key>
@@ -4790,7 +4790,7 @@
47904790
</entry>
47914791
<entry>
47924792
<key>Remote URL</key>
4793-
<value> https://www.pegelonline.wsv.de/webservices/rest-api/v2/stations.json</value>
4793+
<value>https://www.pegelonline.wsv.de/webservices/rest-api/v2/stations.json</value>
47944794
</entry>
47954795
<entry>
47964796
<key>disable-http2</key>
@@ -6496,7 +6496,7 @@
64966496
</entry>
64976497
<entry>
64986498
<key>Remote URL</key>
6499-
<value> https://www.pegelonline.wsv.de/webservices/rest-api/v2/stations.json</value>
6499+
<value>https://www.pegelonline.wsv.de/webservices/rest-api/v2/stations.json</value>
65006500
</entry>
65016501
<entry>
65026502
<key>disable-http2</key>

‎demos/demos-v2.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ demos:
7070
supportedNamespaces: ["default"]
7171
resourceRequests:
7272
cpu: 8700m
73-
memory: 29746Mi
73+
memory: 42034Mi
7474
pvc: 75Gi # 30Gi for Kafka
7575
nifi-kafka-druid-water-level-data:
7676
description: Demo ingesting water level data into Kafka using NiFi, streaming it into Druid and creating a Superset dashboard
@@ -91,7 +91,7 @@ demos:
9191
supportedNamespaces: ["default"]
9292
resourceRequests:
9393
cpu: 8900m
94-
memory: 30042Mi
94+
memory: 42330Mi
9595
pvc: 75Gi # 30Gi for Kafka
9696
spark-k8s-anomaly-detection-taxi-data:
9797
description: Demo loading New York taxi data into an S3 bucket and carrying out an anomaly detection analysis on it
@@ -174,7 +174,7 @@ demos:
174174
resourceRequests:
175175
cpu: "80"
176176
memory: 200Gi
177-
pvc: 1Ti
177+
pvc: 300Gi
178178
jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data:
179179
description: Jupyterhub with PySpark and HDFS integration
180180
documentation: https://docs.stackable.tech/stackablectl/stable/demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data.html

0 commit comments

Comments
 (0)