0 votes
in Big Data | Hadoop by

What are the additional benefits YARN brings in to Hadoop?

1 Answer

0 votes
by

Effective utilization of the resources as multiple applications can be run in YARN all sharing a common resource.In Hadoop MapReduce there are seperate slots for Map and Reduce tasks whereas in YARN there is no fixed slot. The same container can be used for Map and Reduce tasks leading to better utilization.

YARN is backward compatible so all the existing MapReduce jobs.

Using YARN, one can even run applications that are not based on the MaReduce model

Related questions

0 votes
asked Feb 22, 2020 in Big Data | Hadoop by SakshiSharma
+1 vote
asked Feb 23, 2020 in Big Data | Hadoop by rahuljain1
...