All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docker.presto-product-tests.conf.environment.multinode-databricks-http-hms.hive.properties Maven / Gradle / Ivy

There is a newer version: 451
Show newest version
connector.name=hive
hive.metastore.uri=https://${ENV:DATABRICKS_HOST}:443/api/2.0/unity-hms-proxy/metadata
hive.metastore.http.client.bearer-token=${ENV:DATABRICKS_TOKEN}
hive.metastore.http.client.additional-headers=X-Databricks-Catalog-Name:${ENV:DATABRICKS_UNITY_CATALOG_NAME}
hive.metastore.http.client.authentication.type=BEARER
fs.hadoop.enabled=false
fs.native-s3.enabled=true
# We need to give access to bucket owner (the AWS account integrated with Databricks), otherwise files won't be readable from Databricks
s3.canned-acl=BUCKET_OWNER_FULL_CONTROL




© 2015 - 2024 Weber Informatics LLC | Privacy Policy