Skip to content

Commit

Permalink
Update Trino to v424
Browse files Browse the repository at this point in the history
Per release notes, the following changes have been made:
* Change deprecated/removed connector name `hive-hadoop2` to hive
  (Trino v408)
* Set JVM charset to UTF-8 explicitly (Trivo v424)

Signed-off-by: Eric Ball <[email protected]>
  • Loading branch information
eb-oss committed Aug 23, 2023
1 parent d842fd4 commit 7bb78dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion trino/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ images:
newTag: 2.3.3-002
- name: trino
newName: quay.io/os-climate/trino
newTag: '398'
newTag: '424'
2 changes: 1 addition & 1 deletion trino/base/trino-catalog-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: trino-catalog
stringData:
hive.properties: |
connector.name=hive-hadoop2
connector.name=hive
hive.metastore.uri=thrift://hive-metastore:9083
hive.s3.endpoint=$(s3_endpoint_url_prefix)$(s3_endpoint_url)
hive.s3.signer-type=S3SignerType
Expand Down
2 changes: 2 additions & 0 deletions trino/base/trino-config-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ stringData:
-XX:PerBytecodeRecompilationCutoff=10000
-Djdk.attach.allowAttachSelf=true
-Djdk.nio.maxCachedBufferSize=2000000
-Dfile.encoding=UTF-8
-javaagent:/usr/lib/trino/lib/jmx_exporter.jar=8082:/etc/trino/prometheus/config.yaml
jvm-worker.config: |-
-server
Expand All @@ -45,6 +46,7 @@ stringData:
-XX:PerBytecodeRecompilationCutoff=10000
-Djdk.attach.allowAttachSelf=true
-Djdk.nio.maxCachedBufferSize=2000000
-Dfile.encoding=UTF-8
log.properties: |-
io.trino=INFO
node.properties: |-
Expand Down

0 comments on commit 7bb78dd

Please sign in to comment.