dajobe / hbase-docker

HBase running in Docker
https://hub.docker.com/r/dajobe/hbase/
328 stars 189 forks source link

Horizontally Scalable Containerised HBase #25

Open kamalhakim opened 5 years ago

kamalhakim commented 5 years ago

Rather a question:

Can this image be used for making a dynamic cluster of Hbase? I would like to use it in swarm mode in order to autoscale the number of hbase nodes. If not, what has to be done both configuration wise and data wise.

Thanks!

dajobe commented 5 years ago

It's not intended for that purpose, you'd need to have a proper ZK quorum, masters and region servers. I'm sure it's possible but maybe beyond the scope here.