-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate deltalake/databricks tests to native filesystem
- Loading branch information
1 parent
7a3ba7d
commit 1736da9
Showing
5 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
...r/presto-product-tests/conf/environment/singlenode-delta-lake-databricks/delta.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
connector.name=delta_lake | ||
hive.metastore=glue | ||
hive.metastore.glue.region=${ENV:AWS_REGION} | ||
fs.hadoop.enabled=true | ||
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 | ||
hive.s3.upload-acl-type=BUCKET_OWNER_FULL_CONTROL | ||
s3.canned-acl=BUCKET_OWNER_FULL_CONTROL | ||
delta.enable-non-concurrent-writes=true | ||
delta.hive-catalog-name=hive |
5 changes: 3 additions & 2 deletions
5
...er/presto-product-tests/conf/environment/singlenode-delta-lake-databricks/hive.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters