Description
YARN applications like MapReduce and Tez rely on the cluster's Hadoop jars instead of distributing their own.
This has a couple advantages
- Avoids sending a bunch of bits to every node for each app
- Only a single version of Hadoop can be running on a cluster at one time, simplifying debugging
- Easier to upgrade and apply patched versions of Hadoop
Attachments
Issue Links
- is related to
-
SPARK-1233 spark on hadoop 0.23 yarn fails to run: java.lang.NoSuchFieldException: DEFAULT_MAPREDUCE_APPLICATION_CLASSPATH
-
- Resolved
-