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

Commit

Permalink
hive warehouse dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Mar 10, 2021
1 parent 44450cb commit 93d31d1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/hive-metastore/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.6
version: 0.0.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
9 changes: 8 additions & 1 deletion charts/hive-metastore/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ data:
<value>{{ .Values.postgres.postgresql.username }}</value>
</property>
<property>
<name> javax.jdo.option.ConnectionPassword</name>
<name>javax.jdo.option.ConnectionPassword</name>
<value>{{ .Values.postgres.postgresql.password }}</value>
</property>
<property>
<name> hive.metastore.warehouse.dir</name>
<value>{{ .Values.service.warehouseDir}}</value>
</property>
</configuration>
2 changes: 2 additions & 0 deletions charts/hive-metastore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ service:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "master"
warehouseDir: s3a://bucket/hive-warehouse


liveness:
enabled : "true"
Expand Down

0 comments on commit 93d31d1

Please sign in to comment.