Re: HBase on docker NotServingRegionException because of hostname alisas

2016-09-05 Thread Dima Spivak
Hey Pierre, Sorry, I just don't think it's worth the time trying to debug this framework when a more robust one exists. Perhaps try reaching out to "kiwenlau?" -Dima On Mon, Sep 5, 2016 at 9:49 PM, Pierre Caserta wrote: > Thanks Dima, > Now even if I use a network called hadoopnet.com

Re: HBase on docker NotServingRegionException because of hostname alisas

2016-09-05 Thread Pierre Caserta
Thanks Dima, Now even if I use a network called hadoopnet.com I still have the same problem. Here are my regionservers that get detected: Region Servers Base Stats Memory

Re: HBase on docker NotServingRegionException because of hostname alisas

2016-09-05 Thread Dima Spivak
Sounds good, Pierre. FWIW, if you want a preview, here's how to get a 5-node HBase cluster running based on the master branch of HBase in about a minute: 1. Source the clusterdock.sh script that defines the clusterdock_ helper functions: source /dev/stdin <<< "$(curl -sL http://tiny.cloudera.com/c

Re: HBase on docker NotServingRegionException because of hostname alisas

2016-09-05 Thread Pierre Caserta
Thanks for your answer. I will check the ticket https://issues.apache.org/jira/browse/HBASE-15961 regularly and try clusterdock as soon as the documentation comes out. I will try to use hostname with domain like: master.hadoopnet.com

Re: HBase on docker NotServingRegionException because of hostname alisas

2016-09-05 Thread Dima Spivak
clusterdock uses --net=host for running the framework out of a container, but each Hadoop/HBase cluster itself runs with its own bridge network. Just suggesting clusterdock since it's what we now use for testing HBase releases and it looks a bit more sophisticated than this other project (e.g. no n

RE: [ANNOUNCE] Dima Spivak joins the Apache HBase PMC

2016-09-05 Thread Pankaj kr
Congratulations Dima...!! > -Original Message- > From: Andrew Purtell [mailto:apurt...@apache.org] > Sent: 01 September 2016 01:08 > To: d...@hbase.apache.org; user@hbase.apache.org > Subject: [ANNOUNCE] Dima Spivak joins the Apache HBase PMC > > On behalf of the Apache HBase PMC I am p

Re: HBase on docker NotServingRegionException because of hostname alisas

2016-09-05 Thread Pierre Caserta
That is a good script thanks but I would like to understand exactly what is the problem with my config without adding another level of abstraction and just running the clusterdock command. In your script I can see that you are using --net=host. I think this is the main difference compared to wha