LucaCanali commented on issue #26170: [SPARK-29397][core] Extend plugin 
interface to include the driver.
URL: https://github.com/apache/spark/pull/26170#issuecomment-545905954
 
 
   I have further investigated the issues I find when running on YARN. What I 
am trying to do is to add plugins packaged in a jar using --jars <file>. When 
running on a YARN cluster, the executors are not able to find the plugin class 
in my custom jar.
   I see that the current executor plugin implementation has additional code to 
deal with the class loader and its context. I have tried to add that to this PR 
in a quick hack, and it seemed to work (for YARN).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to