Re: How does client connects to Hbase server

2013-05-21 Thread Jean-Daniel Cryans
I guess you are referring to http://hbase.apache.org/book.html#client_dependencies ? The thing is by default hbase.zookeeper.quorum is localhost, so your client will look at your local machine to find HBase if you don't configure anything. J-D On Tue, May 21, 2013 at 10:50 AM, Vimal Jain wrote:

Re: How does client connects to Hbase server

2013-05-21 Thread Shahab Yunus
A default hbase-site.xml is provided in all hbase installations. Plus and more importantly, you are running the Standalone mode so there is no need any information regarding zookeeper or HBase Master server. Everything is local. Regards, Shahab On Tue, May 21, 2013 at 1:50 PM, Vimal Jain wrote:

How does client connects to Hbase server

2013-05-21 Thread Vimal Jain
Hi, I am newbie to both Hadoop and Hbase technologies. I have setup Hbase properly in Standalone mode. I am unable to understand work flow when a client (Java program accessing Hbase) connects to Hbase Server. Documentations and Books say that the client should have hbase-site.xml in its classpath