alecuba16 / docker-hbase-m1

docker-hbase-m1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitter chat

docker-hbase

Standalone

To run standalone hbase:

docker-compose -f docker-compose-standalone.yml up -d

The deployment is the same as in quickstart HBase documentation. Can be used for testing/development, connected to Hadoop cluster.

Local distributed

To run local distributed hbase:

docker-compose -f docker-compose-distributed-local.yml up -d

This deployment will start Zookeeper, HMaster and HRegionserver in separate containers.

Distributed

To run distributed hbase on docker swarm see this doc:

About

docker-hbase-m1


Languages

Language:Shell 79.2%Language:Dockerfile 16.9%Language:Makefile 3.9%