Skip to content

Commit c4727b3

Browse files
committed
Upgrade Trino to 475, SEP to 468-e.6
Migrate from legacy to the native S3 file system implementation Remove hive.metastore-timeout deprecated configuration property
1 parent 5226003 commit c4727b3

File tree

9 files changed

+39
-33
lines changed

9 files changed

+39
-33
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This repository represents a fork of the [dbt-presto](https://github.com/dbt-lab
3737

3838
## Compatibility
3939

40-
This dbt plugin has been tested against `Trino` version `455`, `Starburst Enterprise` version `443-e.10` and `Starburst Galaxy`.
40+
This dbt plugin has been tested against `Trino` version `475`, `Starburst Enterprise` version `468-e.6` and `Starburst Galaxy`.
4141

4242
## Setup & Configuration
4343

docker-compose-starburst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
trino:
33
ports:
44
- "8080:8080"
5-
image: "starburstdata/starburst-enterprise:443-e.10"
5+
image: "starburstdata/starburst-enterprise:468-e.6"
66
volumes:
77
- ./docker/starburst/etc:/etc/starburst
88
- ./docker/starburst/catalog:/etc/starburst/catalog

docker-compose-trino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
trino:
33
ports:
44
- "8080:8080"
5-
image: "trinodb/trino:455"
5+
image: "trinodb/trino:475"
66
volumes:
77
- ./docker/trino/etc:/usr/lib/trino/etc:ro
88
- ./docker/trino/catalog:/etc/trino/catalog
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
connector.name=delta-lake
22
delta.enable-non-concurrent-writes=true
3-
hive.s3.endpoint=http://minio:9000
4-
hive.s3.path-style-access=true
3+
fs.native-s3.enabled=true
4+
s3.region=us-east-1
5+
s3.endpoint=http://minio:9000
6+
s3.path-style-access=true
57
hive.metastore.uri=thrift://hive-metastore:9083
6-
hive.s3.aws-access-key=minio
7-
hive.s3.aws-secret-key=minio123
8+
s3.aws-access-key=minio
9+
s3.aws-secret-key=minio123
810
hive.metastore-cache-ttl=0s
911
hive.metastore-refresh-interval=5s
10-
hive.metastore-timeout=10s
1112
delta.security=allow-all
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
connector.name=hive
22
hive.metastore.uri=thrift://hive-metastore:9083
3-
hive.s3.endpoint=http://minio:9000
4-
hive.s3.path-style-access=true
5-
hive.s3.aws-access-key=minio
6-
hive.s3.aws-secret-key=minio123
3+
fs.native-s3.enabled=true
4+
s3.region=us-east-1
5+
s3.endpoint=http://minio:9000
6+
s3.path-style-access=true
7+
s3.aws-access-key=minio
8+
s3.aws-secret-key=minio123
79
hive.metastore-cache-ttl=0s
810
hive.metastore-refresh-interval=5s
9-
hive.metastore-timeout=10s
1011
hive.security=sql-standard
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
connector.name=iceberg
22
hive.metastore.uri=thrift://hive-metastore:9083
3-
hive.s3.endpoint=http://minio:9000
4-
hive.s3.path-style-access=true
5-
hive.s3.aws-access-key=minio
6-
hive.s3.aws-secret-key=minio123
3+
fs.native-s3.enabled=true
4+
s3.region=us-east-1
5+
s3.endpoint=http://minio:9000
6+
s3.path-style-access=true
7+
s3.aws-access-key=minio
8+
s3.aws-secret-key=minio123
79
hive.metastore-cache-ttl=0s
810
hive.metastore-refresh-interval=5s
9-
hive.metastore-timeout=10s
1011
iceberg.unique-table-location=true

docker/trino/catalog/delta.properties

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
connector.name=delta-lake
22
delta.enable-non-concurrent-writes=true
3-
hive.s3.endpoint=http://minio:9000
4-
hive.s3.path-style-access=true
3+
fs.native-s3.enabled=true
4+
s3.region=us-east-1
5+
s3.endpoint=http://minio:9000
6+
s3.path-style-access=true
57
hive.metastore.uri=thrift://hive-metastore:9083
6-
hive.s3.aws-access-key=minio
7-
hive.s3.aws-secret-key=minio123
8+
s3.aws-access-key=minio
9+
s3.aws-secret-key=minio123
810
hive.metastore-cache-ttl=0s
911
hive.metastore-refresh-interval=5s
10-
hive.metastore-timeout=10s
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
connector.name=hive
22
hive.metastore.uri=thrift://hive-metastore:9083
3-
hive.s3.endpoint=http://minio:9000
4-
hive.s3.path-style-access=true
5-
hive.s3.aws-access-key=minio
6-
hive.s3.aws-secret-key=minio123
3+
fs.native-s3.enabled=true
4+
s3.region=us-east-1
5+
s3.endpoint=http://minio:9000
6+
s3.path-style-access=true
7+
s3.aws-access-key=minio
8+
s3.aws-secret-key=minio123
79
hive.metastore-cache-ttl=0s
810
hive.metastore-refresh-interval=5s
9-
hive.metastore-timeout=10s
1011
hive.security=sql-standard

docker/trino/catalog/iceberg.properties

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
connector.name=iceberg
22
hive.metastore.uri=thrift://hive-metastore:9083
3-
hive.s3.endpoint=http://minio:9000
4-
hive.s3.path-style-access=true
5-
hive.s3.aws-access-key=minio
6-
hive.s3.aws-secret-key=minio123
3+
fs.native-s3.enabled=true
4+
s3.region=us-east-1
5+
s3.endpoint=http://minio:9000
6+
s3.path-style-access=true
7+
s3.aws-access-key=minio
8+
s3.aws-secret-key=minio123
79
hive.metastore-cache-ttl=0s
810
hive.metastore-refresh-interval=5s
9-
hive.metastore-timeout=10s

0 commit comments

Comments
 (0)