Use trino new fs for s3
This commit is contained in:
parent
252d8f75a8
commit
f468096595
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue