You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/10/24 13:09:12 UTC

[GitHub] [spark] LucaCanali edited a comment on issue #26170: [SPARK-29397][core] Extend plugin interface to include the driver.

LucaCanali edited a comment 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> to ship them to the executors. 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org