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" <[email protected]> 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"); >
