-
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.
- Loading branch information
1 parent
0da6e01
commit f7c64e5
Showing
2 changed files
with
20 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
connector.name=delta-lake | ||
|
||
# Configuration appropriate for Hive as started by product test environment, e.g. | ||
# testing/bin/ptl env up --environment multinode-minio-data-lake --without-trino | ||
# On Mac, this additionally requires that you add "<your external IP> hadoop-master" to /etc/hosts | ||
hive.metastore.uri=thrift://localhost:9083 | ||
|
||
# MinIO uses 9000 by default, but this change conflicts with Hadoop | ||
hive.s3.endpoint=http://localhost:9080 | ||
hive.s3.path-style-access=true | ||
hive.s3.ssl.enabled=false | ||
hive.s3.aws-access-key=minio-access-key | ||
hive.s3.aws-secret-key=minio-secret-key | ||
|
||
# Fail-fast in development | ||
hive.metastore.thrift.client.max-retry-time=1s | ||
hive.s3.max-client-retries=1 | ||
# Enable write support for all supported file systems in development | ||
delta.enable-non-concurrent-writes=true |
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