Dear colleagues;
I run the code as described below:
HBaseConfiguration conf = new HBaseConfiguration();
HBaseAdmin admin = new HBaseAdmin(conf);
HTableDescriptor[] tables = admin.listTables();
I see errors :
08/01/18 12:11:56 INFO ipc.Client: Retrying connect to server:
/127.0.1.1:60020. Already tried 1 time(s).
08/01/18 12:11:57 INFO ipc.Client: Retrying connect to server:
/127.0.1.1:60020. Already tried 2 time(s).
08/01/18 12:11:58 INFO ipc.Client: Retrying connect to server:
/127.0.1.1:60020. Already tried 3 time(s).
08/01/18 12:11:59 INFO ipc.Client: Retrying connect to server:
/127.0.1.1:60020. Already tried 4 time(s).
08/01/18 12:12:00 INFO ipc.Client: Retrying connect to server:
/127.0.1.1:60020. Already tried 5 time(s).
08/01/18 12:12:01 INFO ipc.Client: Retrying connect to server:
/127.0.1.1:60020. Already tried 6 time(s).
08/01/18 12:12:02 INFO ipc.Client: Retrying connect to server:
/127.0.1.1:60020. Already tried 7 time(s).
I don't know what is the 127.0.1.1:60020, and I don't find it in my
hbase-site.xml and hbase-default.xml, Can you tell me what's this and
how to solve it.
Thanks very much!
Best wishes.
--
Qiang Ma
Department of Computer Science and Engineering
Fudan University
Shanghai, P. R. China
EMail: [EMAIL PROTECTED]