0 votes
in Hadoop by

Can we have more than one ResourceManager in a YARN-based cluster?

1 Answer

0 votes
by
Yes, Hadoop v2 allows us to have more than one ResourceManager. You can have a high availability YARN cluster where you can have an active ResourceManager and a standby ResourceManager, where the ZooKeeper handles the coordination.

There can only be one active ResourceManager at a time. If an active ResourceManager fails, then the standby ResourceManager comes to the rescue.

rm
...