I have the following. Namenode and Datanode seem to work just fine. But Resourcemanager and Nodemanager seem to have some kind weird config problem i can't find. On first glance everything looks fine because every webgui is responding. But if I execute
bin/hadoop jar share/hadoop/mapreduce/hadoop-mapreduce-examples-2.2.0.jar wordcount /input /out2
I get the following error
2014-02-04 08:57:05,906 INFO [main] mapreduce.Job (Job.java:monitorAndPrintJob(1345)) - map 0% reduce 0%
2014-02-04 08:57:14,146 INFO [main] ipc.Client (Client.java:handleConnectionFailure(783)) - Retrying connect to server: datanode0/10.80.10.132:59135. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=3, sleepTime=1 SECONDS)
2014-02-04 08:57:15,147 INFO [main] ipc.Client (Client.java:handleConnectionFailure(783)) - Retrying connect to server: datanode0/10.80.10.132:59135. Already tried 1 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=3, sleepTime=1 SECONDS)
2014-02-04 08:57:16,149 INFO [main] ipc.Client (Client.java:handleConnectionFailure(783)) - Retrying connect to server: datanode0/10.80.10.132:59135. Already tried 2 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=3, sleepTime=1 SECONDS)
Which ist really strange because the config says something diffrent
<name>yarn.nodemanager.address</name>
<value>${yarn.nodemanager.hostname}:36123</value>
Which is really weird because I can't figure out why he takes port 59135... which btw is always some random port. Can anybody point me in the right direction to find the error