Change hive catalog dir to different bucket from data
This commit is contained in:
parent
9c11ad11ef
commit
9aa1b67745
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ catalogs:
|
|||
connector.name=hive
|
||||
fs.native-s3.enabled=true
|
||||
hive.metastore: file
|
||||
hive.metastore.catalog.dir: s3a://delta-lake-test/
|
||||
hive.metastore.catalog.dir: s3a://trino-bucket/
|
||||
s3.region: us-east-1
|
||||
s3.aws-access-key=${ENV:MINIO_ACCESS_KEY}
|
||||
s3.aws-secret-key=${ENV:MINIO_SECRET_KEY}
|
||||
|
|
Loading…
Add table
Reference in a new issue