Skip to content

Commit 87e7014

Browse files
committed
Merge branch 'main' into feat/airflow-enhanced
2 parents d85b796 + 26e5a40 commit 87e7014

File tree

5 files changed

+6
-19
lines changed

5 files changed

+6
-19
lines changed

demos/nifi-kafka-druid-earthquake-data/create-druid-ingestion-job.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
- -c
1818
- |
1919
echo 'Waiting for Druid Coordinator to be created'
20-
kubectl wait --for=create pod/druid-coordinator-default-0
20+
kubectl wait --for=create pod/druid-coordinator-default-0 --timeout=30m
2121
echo 'Waiting for Druid Coordinator to be ready'
2222
kubectl wait --for=condition=Ready pod/druid-coordinator-default-0 --timeout=30m
2323
containers:
@@ -52,7 +52,7 @@ data:
5252
"ioConfig": {
5353
"type": "kafka",
5454
"consumerProperties": {
55-
"bootstrap.servers": "kafka-broker-default.default.svc.cluster.local:9093",
55+
"bootstrap.servers": "kafka-broker-default-headless.default.svc.cluster.local:9093",
5656
"security.protocol": "SSL",
5757
"ssl.truststore.location": "/stackable/tls/truststore.p12",
5858
"ssl.truststore.password": "changeit",

demos/nifi-kafka-druid-water-level-data/create-druid-ingestion-job.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
- -c
1818
- |
1919
echo 'Waiting for Druid Coordinator to be created'
20-
kubectl wait --for=create pod/druid-coordinator-default-0
20+
kubectl wait --for=create pod/druid-coordinator-default-0 --timeout=30m
2121
echo 'Waiting for Druid Coordinator to be ready'
2222
kubectl wait --for=condition=Ready pod/druid-coordinator-default-0 --timeout=30m
2323
containers:
@@ -54,7 +54,7 @@ data:
5454
"ioConfig": {
5555
"type": "kafka",
5656
"consumerProperties": {
57-
"bootstrap.servers": "kafka-broker-default.default.svc.cluster.local:9093",
57+
"bootstrap.servers": "kafka-broker-default-headless.default.svc.cluster.local:9093",
5858
"security.protocol": "SSL",
5959
"ssl.truststore.location": "/stackable/tls/truststore.p12",
6060
"ssl.truststore.password": "changeit",
@@ -133,7 +133,7 @@ data:
133133
"ioConfig": {
134134
"type": "kafka",
135135
"consumerProperties": {
136-
"bootstrap.servers": "kafka-broker-default.default.svc.cluster.local:9093",
136+
"bootstrap.servers": "kafka-broker-default-headless.default.svc.cluster.local:9093",
137137
"security.protocol": "SSL",
138138
"ssl.truststore.location": "/stackable/tls/truststore.p12",
139139
"ssl.truststore.password": "changeit",

stacks/data-lakehouse-iceberg-trino-spark/zookeeper.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

stacks/end-to-end-security/hive-metastore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: hive-iceberg
66
spec:
77
image:
8-
productVersion: 4.0.0
8+
productVersion: 4.1.0
99
clusterConfig:
1010
database:
1111
connString: jdbc:postgresql://postgresql-hive-iceberg:5432/hive

stacks/stacks-v2.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ stacks:
194194
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/data-lakehouse-iceberg-trino-spark/s3-connection.yaml
195195
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/data-lakehouse-iceberg-trino-spark/hive-metastores.yaml
196196
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/data-lakehouse-iceberg-trino-spark/trino.yaml
197-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/data-lakehouse-iceberg-trino-spark/zookeeper.yaml
198197
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/data-lakehouse-iceberg-trino-spark/kafka.yaml
199198
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/data-lakehouse-iceberg-trino-spark/nifi.yaml
200199
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/nifi-kafka-druid-superset-s3/superset.yaml # Reuse

0 commit comments

Comments
 (0)