Skip to content

Commit 1aab992

Browse files
authored
fix: lakehouse demo (#391)
1 parent 0eca298 commit 1aab992

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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
@@ -253,7 +253,7 @@ data:
253253
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')")
254254
255255
kafkaOptions = {
256-
"kafka.bootstrap.servers": "kafka-broker-default.default.svc.cluster.local:9093",
256+
"kafka.bootstrap.servers": "kafka-broker-default-headless.default.svc.cluster.local:9093",
257257
"kafka.security.protocol": "SSL",
258258
"kafka.ssl.truststore.location": "/stackable/tls/truststore.p12",
259259
"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)