Skip to content

Commit 43cd8e4

Browse files
Update trino
1 parent acd5f66 commit 43cd8e4

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

trino/catalog/lakehouse.properties

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
connector.name=delta_lake
2+
#connector.name=hive
3+
# The URIs of the Hive metastore to connect to
4+
hive.metastore.uri=thrift://hive-metastore:9083
5+
6+
# Object storage credentials (MinIO)
7+
hive.s3.endpoint=http://minio:9000
8+
hive.s3.aws-access-key=minio_access_key
9+
hive.s3.aws-secret-key=minio_secret_key
10+
# bucket-name.s3.amazonaws.com -> s3.amazonaws.com/bucket-name
11+
hive.s3.path-style-access=true
12+
hive.s3.ssl.enabled=false
13+
# Remember to add this to create a table from an existing location
14+
delta.legacy-create-table-with-existing-location.enabled=true

trino/etc/config.prooperties

Whitespace-only changes.

trino/etc/config.properties

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
coordinator=true
2+
node-scheduler.include-coordinator=false
3+
http-server.http.port=8080
4+
discovery.uri=http://example.net:8080

0 commit comments

Comments
 (0)