Help Center> MapReduce Service> Component Operation Guide (LTS) (Paris Region)> Using MapReduce> Common Issues About MapReduce> Why Does It Take a Long Time to Run a Task Upon ResourceManager Active/Standby Switchover?
Updated on 2022-12-14 GMT+08:00

Why Does It Take a Long Time to Run a Task Upon ResourceManager Active/Standby Switchover?

Question

MapReduce job takes a very long time (more than 10minutes) when the ResourceManager switch while the job is running.

Answer

This is because, ResorceManager HA is enabled but the ResourceManager work preserving restart is not enabled.

If ResorceManager work preserving restart is not enabled, then ResorceManager switch containers are killed which causes the ResorceManager to timeout the ApplicationMaster. For ResorceManager work preserving restart feature details, see http://hadoop.apache.org/docs/r3.1.1/hadoop-yarn/hadoop-yarn-site/ResourceManagerRestart.html.

The following method can be used to solve the issue:

Enable the ResorceManager work preserving restart feature by configuring the following parameter.

yarn.resourcemanager.work-preserving-recovery.enabled=true