Skip to content

Commit 9080a70

Browse files
authored
Merge branch 'main' into bump/nifi-2.2.0-git-registry-client
2 parents 84e6864 + 0695d69 commit 9080a70

File tree

10 files changed

+856
-10
lines changed

10 files changed

+856
-10
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
default_language_version:
33
node: system
44

5-
exclude: '^stacks/_templates/minio-tls/rendered-chart\.yaml$'
5+
exclude: '^stacks/_templates/minio-.*/rendered-chart\.yaml$'
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
Binary file not shown.

demos/spark-k8s-anomaly-detection-taxi-data/create-spark-anomaly-detection-job.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ data:
4343
deps:
4444
packages:
4545
- org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.8.1
46-
- org.apache.spark:spark-sql-kafka-0-10_2.12:3.5.5
4746
requirements:
4847
- scikit-learn==1.4.0
4948
s3connection:

docs/modules/demos/pages/trino-iceberg.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WARNING: This demo should not be run alongside other demos.
1919
To run this demo, your system needs at least:
2020

2121
* 6 {k8s-cpu}[cpu units] (core/hyperthread)
22-
* 15GiB memory
22+
* 21GiB memory
2323
* 110GiB disk storage
2424
2525
[NOTE]

0 commit comments

Comments
 (0)