Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.8.0
-
None
-
None
-
Reviewed
Description
Right now, users have to add their jars to the NM classpath directly, thus put them on the system classloader. But if multiple versions of the plugin are present on the classpath, there is no control over which version actually gets loaded. Or if there are any conflicts between the dependencies introduced by the auxiliary service and the NM itself, they can break the NM, the auxiliary service, or both.
The solution could be: to instantiate aux services using a classloader that is different from the system classloader.
Attachments
Attachments
Issue Links
- breaks
-
YARN-6412 aux-services classpath not documented
- Resolved
- is depended upon by
-
SPARK-12807 Spark External Shuffle not working in Hadoop clusters with Jackson 2.2.3
- Resolved