0 votes
in Apache Spark by
What do you understand by YARN?

1 Answer

0 votes
by

Just like in Hadoop, YARN is one of the key features in Apache Spark, which is used to provide a central and resource management platform to deliver scalable operations across the cluster. Spark can run on YARN, as the same way Hadoop Map Reduce can run on YARN.

...