Skip to content

Commit e55d134

Browse files
authored
fix: lakehouse demo (#390)
1 parent bcba8b9 commit e55d134

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

demos/data-lakehouse-iceberg-trino-spark/create-spark-ingestion-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ data:
254254
spark.sql("CREATE TABLE IF NOT EXISTS lakehouse.smart_city.shared_bikes_station_status (station_id string, num_bikes_available short, is_installed boolean, is_renting boolean, is_returning boolean, last_reported timestamp) USING iceberg PARTITIONED BY (days(last_reported)) TBLPROPERTIES ('format-version' = 2, format = 'PARQUET')")
255255
256256
kafkaOptions = {
257-
"kafka.bootstrap.servers": "kafka-broker-default.default.svc.cluster.local:9093",
257+
"kafka.bootstrap.servers": "kafka-broker-default-headless.default.svc.cluster.local:9093",
258258
"kafka.security.protocol": "SSL",
259259
"kafka.ssl.truststore.location": "/stackable/tls/truststore.p12",
260260
"kafka.ssl.truststore.password": "changeit",

stacks/_templates/minio-distributed-tls/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The upstream minio chart is also too limited:
1111
Therefore, we will render the upstream chart here, and then apply the necessary
1212
customizations on top.
1313

14-
```yaml
14+
```bash
15+
helm repo add minio https://charts.min.io/
1516
helm template minio minio/minio -f values.yaml > rendered-chart.yaml
1617
```

0 commit comments

Comments
 (0)