Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 291 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 291 Bytes

docker-hive-metastore

Dockerized Hive metastore.

Build

docker build -t thiagodiogo/docker-hive-metastore:${HIVE_VERSION} .

Push to Docker Hub

docker push thiagodiogo/docker-hive-metastore:${HIVE_VERSION}

Based on

Hive metastore based on mozdata/docker-hive-metastore