phamnghia21 / docker-hbase

Scripts to build a Docker image with HBase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Scripts to build a Docker image with HBase

License:Apache License 2.0


Languages

Language:Shell 87.1%Language:Dockerfile 12.9%