/docker-hbase

Scripts to build a Docker image with HBase

Primary LanguageShellApache License 2.0Apache-2.0

hbase


Description


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

You can pull it with:

docker pull parrotstream/hbase

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

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

For example, if you want Apache HBase release 1.2.0 you can pull the image with:

docker pull parrotstream/hbase:1.2.0-cdh5.11.1

Run with Docker Compose:

docker-compose -p parrot up

Available tags: