Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ops/k8s-apps/base/trino/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
retries: 3
values:
image:
tag: "476"
tag: "479"
additionalNodeProperties:
- log.format=json
- log.console-format=json
Expand Down
4 changes: 4 additions & 0 deletions ops/k8s-apps/production/trino/custom-helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ spec:
iceberg.max-partitions-per-writer=1000
fs.native-gcs.enabled=true
gcs.project-id=opensource-observer
gcs.auth-type=APPLICATION_DEFAULT
parquet.max-buffer-size=32768MB
iceberg_consumer: |
connector.name=iceberg
Expand All @@ -152,6 +153,7 @@ spec:
iceberg.max-partitions-per-writer=1000
fs.native-gcs.enabled=true
gcs.project-id=opensource-observer
gcs.auth-type=APPLICATION_DEFAULT
parquet.max-buffer-size=32768MB
user_shared: |
connector.name=iceberg
Expand All @@ -164,12 +166,14 @@ spec:
iceberg.max-partitions-per-writer=1000
fs.native-gcs.enabled=true
gcs.project-id=opensource-observer
gcs.auth-type=APPLICATION_DEFAULT
parquet.max-buffer-size=32768MB
source: |
connector.name=hive
hive.metastore.uri=thrift://10.145.192.30:9083
fs.native-gcs.enabled=true
gcs.project-id=opensource-observer
gcs.auth-type=APPLICATION_DEFAULT
hive.non-managed-table-writes-enabled=true
bigquery: |
connector.name=bigquery
Expand Down
2 changes: 1 addition & 1 deletion warehouse/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
trino:
ports:
- "${SQLMESH_TRINO_PORT:-8080}:8080"
image: "trinodb/trino:476"
image: "trinodb/trino:479"
volumes:
- ./docker/trino/etc:/etc/trino/

Expand Down
Loading