We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd5f66 commit 43cd8e4Copy full SHA for 43cd8e4
trino/catalog/lakehouse.properties
@@ -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
trino/etc/config.properties
@@ -0,0 +1,4 @@
+coordinator=true
+node-scheduler.include-coordinator=false
+http-server.http.port=8080
+discovery.uri=http://example.net:8080
0 commit comments