phase 17: fix Trino hive catalog — use native S3 filesystem, remove defunct hive.s3 props
This commit is contained in:
@@ -50,12 +50,13 @@ spec:
|
|||||||
cat > /catalog/lakehouse.properties <<EOF
|
cat > /catalog/lakehouse.properties <<EOF
|
||||||
connector.name=hive
|
connector.name=hive
|
||||||
hive.metastore.uri=thrift://hive-metastore.{{ $.Release.Namespace }}.svc.cluster.local:9083
|
hive.metastore.uri=thrift://hive-metastore.{{ $.Release.Namespace }}.svc.cluster.local:9083
|
||||||
hive.s3.endpoint=http://{{ index $.Values.config "MINIO_ENDPOINT" }}
|
fs.native-s3.enabled=true
|
||||||
hive.s3.path-style-access=true
|
s3.endpoint=http://{{ index $.Values.config "MINIO_ENDPOINT" }}
|
||||||
hive.s3.aws-access-key=${MINIO_ACCESS_KEY}
|
s3.path-style-access=true
|
||||||
hive.s3.aws-secret-key=${MINIO_SECRET_KEY}
|
s3.region=us-east-1
|
||||||
|
s3.aws-access-key=${MINIO_ACCESS_KEY}
|
||||||
|
s3.aws-secret-key=${MINIO_SECRET_KEY}
|
||||||
hive.non-managed-table-writes-enabled=true
|
hive.non-managed-table-writes-enabled=true
|
||||||
hive.s3select-pushdown.enabled=true
|
|
||||||
EOF
|
EOF
|
||||||
env:
|
env:
|
||||||
- name: MINIO_ACCESS_KEY
|
- name: MINIO_ACCESS_KEY
|
||||||
|
|||||||
Reference in New Issue
Block a user