Yes,it is.

On Wed, Jun 4, 2008 at 12:08 AM, Jean-Daniel Cryans <[EMAIL PROTECTED]> wrote:
> Ok so you should have some "INFO ipc.Client: Retrying connect to server:
> 192.168.1.8:60000" in your console. Do you?
>
> Jean-Daniel
>
> 2008/6/3 ma qiang <[EMAIL PROTECTED]>:
>
>> Besides , It's only a java app and haven't deployed in Tomcat .
>>
>>
>>
>> On Wed, Jun 4, 2008 at 12:03 AM, ma qiang <[EMAIL PROTECTED]> wrote:
>> > 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