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
- Apache Hive 2.1.1 (latest, 2.1.1)
- Apache Hive 1.2.2 (1.2.2)
- Apache Hive 1.1.0-cdh5.11.1 (1.1.0-cdh5.11.1)