I only wrote a java class  in computer A which read data form remote hbase,

the code as below;

HBaseConfiguration conf=new HBaseConfiguration();
conf.set("hbase.master", "192.168.1.8 : 60000");      //computer B's IP and port
HTable hTable=new HTable(conf, new Text(table name));

I only used java, and I think It's a simplest java program , not to
metion other java programs more complex.



On Tue, Jun 3, 2008 at 10:14 PM, stack <[EMAIL PROTECTED]> wrote:
> Can you connect from computer A to computer B with any program?
> St.Ack
>

Reply via email to