Skip to content

stephbat/hive-metastore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hive-metastore

Hive-metastore helm chart

Installation

Hive metastore requires Postgres DB. It can be configured with values e.g.:

postgres:
  host: "postgresql"
  port: 5432
  db: metastore
  username: admin
  password: pass

The docker image is published on github repository (ghcr.io). Login to github repository to pull image:

docker login ghcr.io -u [github_username]

To install hive-metastore:

helm repo add getindata-hms https://getindata.github.io/hive-metastore
helm install hms getindata-hms/hive-metastore

About

Hive-metastore helm chart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 49.6%
  • Smarty 36.7%
  • Shell 13.7%