GO-HADOOP wrote:
How do i access HBase Master or slave running on a different Servers from a
web application hosted in different box?
I saw some implementation like HBase::Client.new("http://xyz:61001/api";)
allow accessing the remove dfs cluster but could not get through it.
Where did you see that?  It doesn't look right.

Your webapp is ruby?

HBase is java. If ruby, then you'll need to go via a gateway. We have REST and thrift gateways. Checkout the wiki for how to use.

Regards accessing hbase cluster from a remote client, just tell the hbase client where the master is located. It takes care of all the rest.

St.Ack

Reply via email to