Hi Udbhav, Great work on hbase docker deployment was done in https://issues.apache.org/jira/browse/HBASE-12721 you may start your journey from there. As for rest of your questions maybe there are some folks here that were doing similar testing and may give you more info.
Regards Samir On Thu, Jul 13, 2017 at 7:57 AM, Udbhav Agarwal <udbhav.agar...@syncoms.com> wrote: > Hi All, > I need to run hbase 0.98 backed by hdfs on docker container and want to > stop the data lost if the container restarts. > As per my understanding of docker containers, they work in > a way that if any of the container is stopped/killed , every information > related to it gets killed. It implies if I am running hbase in a container > and I have stored some data in some tables and consequently if the > container is stopped then the data will be lost. I need a way in which I > can stop this data loss. > I have gone through concept of volume in docker. Is it > possible to stop this data loss with this approach? What if volume gets > corrupted? Is there any instance of volume running there which can be > stopped and can cause data loss ? > Is there a possibility that I can use hdfs running at some > external host outside the docker and my hbase running inside docker ? Is > such scenario possible ? If yes, How ? > Thank you in advance. > > > Thanks, > Udbhav Agarwal > >