Hello, I'm deploying Hbase in docker on Kubernetes... and it would not work if I decouple master from regionserver without the regionserver running on the same pod, the master would fail to initialize and regionservers error with a fail to open the hbase:namespace table
it seems like the regionserver and master write information to the same physical disk and the master needs to share one with the regionserver. Is this meant to be? Does anyone know a bit more details about this? Ideally I'd like to decouple services and have master in one container and regionserver in another, to track failure separately. Thanks for your insight. -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Why-Hbase-Master-need-also-RegionServer-on-same-host-tp4074626.html Sent from the HBase User mailing list archive at Nabble.com.
