Skip to content

Commit

Permalink
chore(deps): update trinodb/trino docker tag to v458 (#10155)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Phillip Cloud <[email protected]>
  • Loading branch information
renovate[bot] and cpcloud authored Sep 18, 2024
1 parent 7b544ef commit 3c892e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ services:
test:
- CMD-SHELL
- trino --output-format null --execute 'show schemas in hive; show schemas in memory'
image: trinodb/trino:457
image: trinodb/trino:458
ports:
- 8080:8080
networks:
Expand Down
14 changes: 10 additions & 4 deletions docker/trino/catalog/hive.properties
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

0 comments on commit 3c892e6

Please sign in to comment.