Created 05-30-2016 06:44 PM
Trying to run map reduce using below cmd and it's failing. Any insights about this error?
yarn jar /usr/hdp/current/hadoop-mapreduce-client/hadoop-mapreduce-examples.jar teragen -Dmapreduce.job.queuename=default 100000000 ${P}/test-${i}
16/05/30 11:41:32 INFO impl.TimelineClientImpl: Timeline service address: https://***.:8190/ws/v1/timeline/ 16/05/30 11:41:33 INFO client.ConfiguredRMFailoverProxyProvider: Failing over to rm2 16/05/30 11:41:33 INFO retry.RetryInvocationHandler: Exception while invoking getNewApplication of class ApplicationClientProtocolPBClientImpl over rm2 after 1 fail over attempts. Trying to fail over after sleeping for 27400ms.
java.net.ConnectException: Call From **.*.***.* to 10.**.**.***:8032 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused
Created 05-31-2016 01:39 PM
Thank you Ravi.
HA Zookeeper Connection State: Auto Failover is not enabled, after enabling this it worked.
Created 05-30-2016 07:13 PM
It looks like you have issues with your Resource Manager1 and your app is trying to switch over to Rresource Manager2. You can take a look at RM1 logs to see what the error is. It is either down or not responding on 8032 on time.
Created 05-31-2016 01:39 PM
Thank you Ravi.
HA Zookeeper Connection State: Auto Failover is not enabled, after enabling this it worked.