File tree Expand file tree Collapse file tree 5 files changed +6
-19
lines changed
nifi-kafka-druid-earthquake-data
nifi-kafka-druid-water-level-data
data-lakehouse-iceberg-trino-spark Expand file tree Collapse file tree 5 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 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 :
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",
Original file line number Diff line number Diff line change 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 :
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",
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : hive-iceberg
66spec :
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
Original file line number Diff line number Diff line change @@ -189,7 +189,6 @@ stacks:
189189 - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/data-lakehouse-iceberg-trino-spark/s3-connection.yaml
190190 - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/data-lakehouse-iceberg-trino-spark/hive-metastores.yaml
191191 - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/data-lakehouse-iceberg-trino-spark/trino.yaml
192- - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/data-lakehouse-iceberg-trino-spark/zookeeper.yaml
193192 - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/data-lakehouse-iceberg-trino-spark/kafka.yaml
194193 - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/data-lakehouse-iceberg-trino-spark/nifi.yaml
195194 - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/nifi-kafka-druid-superset-s3/superset.yaml # Reuse
You can’t perform that action at this time.
0 commit comments