Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 06a57c3

Browse files
committed
add hive listener config into hive-site.xml
1 parent 5fb525e commit 06a57c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/hive-metastore/templates/configmap.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ data:
99
<?xml version="1.0"?>
1010
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
1111
<configuration>
12+
<property>
13+
<name>hive.metastore.event.listeners</name>
14+
<value>{{ .Values.listener.className }}</value>
15+
</property>
1216
<property>
1317
<name>javax.jdo.option.ConnectionURL</name>
1418
<value>jdbc:postgresql://{{ .Values.postgresql.fullnameOverride }}:5432/{{ .Values.global.postgresql.postgresqlDatabase}}</value>

0 commit comments

Comments
 (0)