Hi,
I am using CDH4 on a single machine as both client and server node. Telnet
works perfectly fine. The DATANODE doesn't start.
I am unable to upload sample table for analysis onto Hadoop using the
command: hadoop fs -put <filename>
The following error appears:
12/08/21 01:46:50 INFO ipc.Client: Retrying connect to server:
localhost/127.0.0.1:8020. Already tried 0 time(s).
12/08/21 01:46:51 INFO ipc.Client: Retrying connect to server:
localhost/127.0.0.1:8020. Already tried 1 time(s).
12/08/21 01:46:52 INFO ipc.Client: Retrying connect to server:
localhost/127.0.0.1:8020. Already tried 2 time(s).
12/08/21 01:46:53 INFO ipc.Client: Retrying connect to server:
localhost/127.0.0.1:8020. Already tried 3 time(s).
12/08/21 01:46:54 INFO ipc.Client: Retrying connect to server:
localhost/127.0.0.1:8020. Already tried 4 time(s).
12/08/21 01:46:55 INFO ipc.Client: Retrying connect to server:
localhost/127.0.0.1:8020. Already tried 5 time(s).
12/08/21 01:46:56 INFO ipc.Client: Retrying connect to server:
localhost/127.0.0.1:8020. Already tried 6 time(s).
12/08/21 01:46:57 INFO ipc.Client: Retrying connect to server:
localhost/127.0.0.1:8020. Already tried 7 time(s).
12/08/21 01:46:58 INFO ipc.Client: Retrying connect to server:
localhost/127.0.0.1:8020. Already tried 8 time(s).
12/08/21 01:46:59 INFO ipc.Client: Retrying connect to server:
localhost/127.0.0.1:8020. Already tried 9 time(s).
put: Call From <myhostname>/127.0.1.1 to localhost:8020 failed on
connection exception: java.net.ConnectException: Connection refused; For
more details see: http://wiki.apache.org/hadoop/ConnectionRefused
Please help.