Add s3.region to hive.properties
This commit is contained in:
parent
f28424a8d8
commit
11e24b3cd7
1 changed files with 1 additions and 0 deletions
|
@ -312,6 +312,7 @@ catalogs:
|
|||
fs.native-s3.enabled=true
|
||||
hive.metastore: file
|
||||
hive.metastore.catalog.dir: s3a://delta-lake-test/
|
||||
s3.region: us-east-1
|
||||
s3.aws-access-key=${ENV:MINIO_ACCESS_KEY}
|
||||
s3.aws-secret-key=${ENV:MINIO_SECRET_KEY}
|
||||
s3.endpoint=${ENV:MINIO_ENDPOINT_URL}
|
||||
|
|
Loading…
Add table
Reference in a new issue