You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2025. It is now read-only.
Hi, I tried using an ExecutorPlugin as you showed in this repo, with Spark 2.4.4. My setup is to define the plugin class in my application code, and build an uberjar of the application.
I am passing the application jar as --jars to spark-submit. However, executors fail to launch with a ClassNotFoundException. I can only workaround this by passing the application JAR explicitly as spark.executor.extraClassPath. Do you have any clue why?