Hive Metastore K8s Operator
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 2 | 16 Jan 2026 |
juju deploy hive-metastore-k8s --channel edge
-
additional-jvm-options | string
Additional options to tune JVM. Format: A string of options as if calling
javawith them. Example: "-Xmx2g -Xms256m" -
hms-max-threads | int
Default: 1000
Maximum number of threads for the Hive Metastore service.
-
hms-min-threads | int
Default: 200
Minimum number of threads for the Hive Metastore service.
-
kubernetes-limits | string
Custom resource limits for the Hive Metastore container. Format: Comma separated key=value pairs of 'cpu' and 'memory'. Example: "cpu=500m,memory=1Gi".
-
kubernetes-requests | string
Custom resource requests for the Hive Metastore container. Format: Comma separated key=value pairs of 'cpu' and 'memory'. Example: "cpu=100m,memory=256Mi".
-
sql-connection-pool-max-size | int
Default: 10
Maximum size of the SQL connection pool to the backend database.