Regionserver Docker image for Apache HBase.
10K+
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.
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.
To run distributed hbase on docker swarm see this doc:
Content type
Image
Digest
Size
393.8 MB
Last updated
over 8 years ago
docker pull bde2020/hbase-regionserver