-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update trinodb/trino docker tag to v458 (#10155)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Phillip Cloud <[email protected]>
- Loading branch information
1 parent
7b544ef
commit 3c892e6
Showing
2 changed files
with
11 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
connector.name=hive | ||
|
||
# this enables the native s3 connector and the various s3.* properties | ||
fs.native-s3.enabled=true | ||
|
||
# region is bogus, but trino requires it | ||
s3.region=us-east-1 | ||
s3.endpoint=http://minio:9000 | ||
s3.aws-access-key=accesskey | ||
s3.aws-secret-key=secretkey | ||
s3.path-style-access=true | ||
|
||
hive.ignore-absent-partitions=true | ||
hive.metastore.thrift.delete-files-on-drop=true | ||
hive.metastore.uri=thrift://hive-metastore:9083 | ||
hive.metastore.username=admin | ||
hive.non-managed-table-writes-enabled=true | ||
hive.s3.aws-access-key=accesskey | ||
hive.s3.aws-secret-key=secretkey | ||
hive.s3.endpoint=http://minio:9000 | ||
hive.s3.path-style-access=true | ||
hive.timestamp-precision=MICROSECONDS |