File tree 3 files changed +33
-2
lines changed
demos/spark-k8s-anomaly-detection-taxi-data
3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 43
43
deps:
44
44
packages:
45
45
- 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
47
46
requirements:
48
47
- scikit-learn==1.4.0
49
48
s3connection:
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : s3.stackable.tech/v1alpha1
3
+ kind : S3Connection
4
+ metadata :
5
+ name : minio
6
+ spec :
7
+ # Hostname must match secret op's certificate SAN
8
+ host : minio.default.svc.cluster.local
9
+ port : 9000
10
+ accessStyle : Path
11
+ credentials :
12
+ secretClass : minio-s3-credentials
13
+ ---
14
+ apiVersion : secrets.stackable.tech/v1alpha1
15
+ kind : SecretClass
16
+ metadata :
17
+ name : minio-s3-credentials
18
+ spec :
19
+ backend :
20
+ k8sSearch :
21
+ searchNamespace :
22
+ pod : {}
23
+ ---
24
+ apiVersion : v1
25
+ kind : Secret
26
+ metadata :
27
+ name : minio-s3-credentials
28
+ labels :
29
+ secrets.stackable.tech/class : minio-s3-credentials
30
+ stringData :
31
+ accessKey : admin
32
+ secretKey : {{ minioAdminPassword }}
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ stacks:
258
258
- helmChart : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-hive.yaml
259
259
- helmChart : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-hive-iceberg.yaml
260
260
- helmChart : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-superset.yaml
261
- - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-superset-s3/s3-connection.yaml
261
+ - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/spark- trino-superset-s3/s3-connection.yaml
262
262
- plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/spark-trino-superset-s3/hive-metastore.yaml
263
263
- plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-superset-s3/trino.yaml
264
264
- plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/spark-trino-superset-s3/trino-prediction-catalog.yaml
You can’t perform that action at this time.
0 commit comments