Hi Doug Meil, I have tried it without setting hbase.master too but still throws the same exception. I forgot to tell that i have installed hbase in standalone mode on a separate machinesorry for that. Thanks for your reply. Regards Syed Ali Raza
---------------------------------------- From: "Doug Meil [via Apache HBase]" <[email protected]> Sent: Thursday, October 20, 2011 12:40 AM To: Ali Raza <[email protected]> Subject: Re: Hbase client do not able to connect with remote Hbase server Why are you setting the hbase.master from the client? http://hbase.apache.org/book.html#client_dependencies The only thing you need to set is the zookeeper quorum. On 10/19/11 3:11 PM, "Yves Langisch" <[hidden email]> wrote: >Try to specify the hbase.master property without a port. > >config.set("hbase.master", "192.168.15.20"); > >If you need to specify a port different from the default there is a >property hbase.master.port. > >Yves > >On Oct 18, 2011, at 2:49 PM, Ali Raza wrote: > >> config.set("hbase.master", "192.168.15.20:60000"); > ---------------------------------------- If you reply to this email, your message will be added to the discussion below: http://apache-hbase.679495.n3.nabble.com/Hbase-client-do-not-able-to-connect-with-remote-Hbase-server-tp3430514p3435445.html To unsubscribe from Hbase client do not able to connect with remote Hbase server, click here. -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Hbase-client-do-not-able-to-connect-with-remote-Hbase-server-tp3430514p3436794.html Sent from the HBase - Developer mailing list archive at Nabble.com.
