apiVersion: v1
kind: ConfigMap
metadata:
name: impala-config
data:
core-site.xml: |
fs.defaultFS
hdfs://{{ .Values.hdfs.namenode.host }}:{{ .Values.hdfs.namenode.port }}
hdfs-site.xml: |
{{ if .Values.aws.accessKeyId }}
fs.s3a.access.key
{{ .Values.aws.accessKeyId }}
{{ end }}
{{ if .Values.aws.accessKeyId }}
fs.s3a.secret.key
{{ .Values.aws.secretAccessKey }}
{{ end }}
dfs.datanode.hdfs-blocks-metadata.enabled
true
Needed for Impala
dfs.client.file-block-storage-locations.timeout.millis
10000
hive-site.xml: |
hive.metastore.uris
{{ .Values.metastore.uris }}
IP address (or fully-qualified domain name) and port of the metastore host