Use trino new fs for s3

This commit is contained in:
Benedith Mulongo 2024-12-10 17:12:36 +01:00
parent 252d8f75a8
commit f468096595
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3

View file

@ -31,10 +31,11 @@ worker:
additionalCatalogs:
hive: |
connector.name=hive
fs.native-s3.enabled=true
hive.metastore: file
hive.metastore.catalog.dir: s3a://delta-lake-test/
hive.s3.aws-access-key="${MINIO_ACCESS_KEY}"
hive.s3.aws-secret-key="${MINIO_SECRET_KEY}"
hive.s3.endpoint="${MINIO_ENDPOINT_URL}"
hive.s3.path-style-access=true
hive.s3.ssl.enabled: false
s3.aws-access-key="${MINIO_ACCESS_KEY}"
s3.aws-secret-key="${MINIO_SECRET_KEY}"
s3.endpoint="${MINIO_ENDPOINT_URL}"
s3.path-style-access=true
s3.ssl.enabled: false