Run hive metasotre on staroid.
- Based on Hive 3.1.2
- Postgresql DB configured on Persistent volume
Hive metastore is usually being used by other projects, such as Spark.
It exports hive-metastore-info ConfigMap that includes its Namespace and Service to the thrift endpoint. So other projects can import those information and make connection to the thrift endpoint.
Other project can import this ConfigMap and use Namespace and Service to connect to the thrift endpoint.
See dependency to learn more about how to import/export ConfigMap, Secrets between different projects.
To run locally on minikube, use minikube
profile.
skaffold dev --port-forward -p minikube