Skip to content

Panmax/docker-hbase

 
 

Repository files navigation

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.

Add Hostname

0.0.0.0 hbase-master
0.0.0.0 hbase-region

Distributed

To run distributed hbase on docker swarm see this doc:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.5%
  • Makefile 18.8%
  • Dockerfile 10.7%