문제

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.

도움이 되었습니까?

해결책

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top