Frage

In Hadoop 2.2, we can use the High Availability feature to deal with the namenode's fault. Is there any solutions to deal with the ResourceManager's fault? If the machine which has the ResourceManager's process is shutdown or offline, could any other machine backup the states. Thanks.

War es hilfreich?

Lösung

In YARN, when a ResourceManager fails over, all applications will be restarted. For applications like Hadoop MapReduce which implemented recovery, jobs will continue from their last saved progress.

Failover handling of ResourceManager will be implemented in the future.

Andere Tipps

Resource Manager HA developing status is tracked here, https://issues.apache.org/jira/browse/YARN-149. And work preserving restart is tracked here, https://issues.apache.org/jira/browse/YARN-556. Both of them are under development

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top