dajobe / hbase-docker

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

Does This Support Fully Distributed or Pseudo-Distributed Scaling? #9

Closed hasancansaral closed 8 years ago

hasancansaral commented 8 years ago

Hi, just a quick question: Can I scale an HBase cluster (preferable with HDFS, but not a definitive requirement) using this? Or should the data be definitely inside the container? I can see that I can make multiple containers use the same /data VOLUME (persistent volume in Kubernetes, for example). Maybe by making them network on the host level (I am using a single hardware for my nodes, maybe I can make them all use the host's network - not sure how that would be using Cloudstack VMs though). Thanks!

dajobe commented 8 years ago

This is just for getting an hbase in a box, not a clustered hbase

hasancansaral commented 8 years ago

Thanks!