Skip to content

ebosas/hive-metastore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hive Metastore

Deploy

Replace keywords in {} in core-site.xml and metastore-site.xml.

kubectl create configmap metastore-cfg --dry-run=client --from-file=conf/metastore-site.xml --from-file=conf/core-site.xml -o yaml | kubectl apply -n intelligentedge -f -
kubectl apply -f mariadb.yaml -n intelligentedge
kubectl apply -f metastore.yaml -n intelligentedge

Update catalogs

Add the following to the catalogs configmap

  hive.properties: |
    connector.name=hive
    hive.metastore.uri=thrift://hive-metastore.intelligentedge.svc.cluster.local:9083
    hive.allow-drop-table=true

About

Hive Metastore on Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published