/docker-hive

Scripts to build a Docker image running Apache Hive.

Primary LanguageShell

hive


Description


This image runs the Cloudera CDH Hive on a Centos 7 Linux distribution.

You can pull it with:

docker pull parrotstream/hive

You can also find other images based on different Apache Hive releases, using a different tag in the following form:

docker pull parrotstream/hive:[hive-release]-[cdh-release]

For example, if you want Apache Hive release 1.1.0 you can pull the image with:

docker pull parrotstream/hive:1.1.0-cdh5.11.1

Run with Docker Compose:

docker-compose -p parrot up

Stop with Docker Compose:

docker-compose -p parrot down

Setting the project name to parrot with the -p option is useful to share the network created with the containers coming from other Parrot docker-compose.yml configurations.

Available tags: