Hi,
 When I connect using the code
hdfsFS fs = hdfsConnect("default", 0);
The program works successfully and am able to save the data also. But when I
connect using the code
hdfsFS fs = hdfsConnect("localhost", 0);
(or)
hdfsFS fs = hdfsConnect("garl-intel2", 9000);
I get the following error.
08/03/31 12:48:11 INFO ipc.Client: Retrying connect to server:
localhost/127.0.0.1:0. Already tried 1 time(s).
How should I resolve it?

-- 
Regards,
Raghavendra K

Reply via email to