简体   繁体   中英

How to install Hive Metastore in Kubernetes?

I am working on a project on Kubernetes where I use Spark SQL to create tables and I would like to add partitions and schemas to an Hive Metastore. However, I did not found any proper documentation to install Hive Metastore on Kubernetes. Is it something possible knowing that I have already a PostGreSQL database installed? If yes, could you please help me with any official documentation?

Thanks in advance.

Hive on MR3 allows the user to run Metastore in a Pod on Kubernetes. The instruction may look complicated, but once the Pod is properly configured, it's easy to start Metastore on Kubernetes. You can also find the pre-built Docker image at Docker Hub. Helm chart is also provided.

https://mr3docs.datamonad.com/docs/k8s/advanced/run-metastore/

https://mr3docs.datamonad.com/docs/k8s/helm/run-metastore/

The documentation assumes MySQL, but we have tested it with PostgreSQL as well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM