Add s3.region to hive.properties

This commit is contained in:
Benedith Mulongo 2024-12-11 10:20:08 +01:00
parent f28424a8d8
commit 11e24b3cd7
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3

View file

@ -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}