Update trino values
This commit is contained in:
parent
637f47bc96
commit
bc92bfc94b
1 changed files with 26 additions and 0 deletions
|
@ -8,3 +8,29 @@ coordinator:
|
||||||
worker:
|
worker:
|
||||||
jvm:
|
jvm:
|
||||||
maxHeapSize: "8G"
|
maxHeapSize: "8G"
|
||||||
|
catalogs:
|
||||||
|
hive:
|
||||||
|
connector.name: hive-hadoop2
|
||||||
|
hive.metastore: file
|
||||||
|
hive.metastore.catalog.dir: s3a://delta-lake-test/
|
||||||
|
hive.s3.aws-access-key:
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: minio-credentials
|
||||||
|
key: MINIO_ACCESS_KEY
|
||||||
|
hive.s3.aws-secret-key:
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: minio-credentials
|
||||||
|
key: MINIO_SECRET_KEY
|
||||||
|
hive.s3.endpoint:
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: minio-credentials
|
||||||
|
key: MINIO_ENDPOINT_URL
|
||||||
|
hive.s3.path-style-access: true
|
||||||
|
hive.s3.ssl.enabled: false
|
||||||
|
|
||||||
|
# Additional configurations (optional)
|
||||||
|
log:
|
||||||
|
level: INFO
|
||||||
|
|
Loading…
Add table
Reference in a new issue