-
Notifications
You must be signed in to change notification settings - Fork 3
/
values.yaml
39 lines (32 loc) · 976 Bytes
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# The base hadoop image to use for all components.
postgresql:
global:
postgresql:
auth:
username: hive
password: hive
database: metastore
# For easy deployment don't use persistent volumes. Obviously, not proper
# for production release
primary:
persistence:
enabled: false
# The apache hive docker image has an jdbc driver that doesn't use the latest encruption
# settings. Tell postgres to allow access any way
extendedConfiguration: |-
password_encryption=md5
# Settings for the hive metastore stateful set
image:
repository: sslhep/hive-metastore
tag: 3.1.3
pullPolicy: IfNotPresent
objectStore:
externalURI:
accessKey:
secretKey:
resources: {}
conf:
hiveSite:
hive_metastore_uris: thrift://hive-metastore:9083
# if not set, default hive.metastore.warehouse.dir is default to: "hdfs://{{.Release.Name}}-hdfs:8020/user/hive/warehouse"
# hive.metastore.warehouse.dir: