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
Prev Previous commit
update pvc resources for data-lakehouse-iceberg-trino-spark demo
  • Loading branch information
xeniape committed Jul 16, 2024
commit 7e8a5a716b1a0d74e57a95af3e2e94d9c3f3390d
2 changes: 1 addition & 1 deletion demos/demos-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ demos:
resourceRequests:
cpu: "80"
memory: 200Gi
pvc: 1Ti
pvc: 300Gi
jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data:
description: Jupyterhub with PySpark and HDFS integration
documentation: https://docs.stackable.tech/stackablectl/stable/demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Instance types that loosely correspond to this on the Hyperscalers are:
- *Azure*: `Standard_D4_v2`
- *AWS*: `m5.2xlarge`

In addition to these nodes the operators will request multiple persistent volumes with a total capacity of about 1TB.
In addition to these nodes the operators will request multiple persistent volumes with a total capacity of about 300Gi.

== Overview

Expand Down