Details
Description
When you upload a jar file using LivyClient.uploadJar, it adds the jar to the SparkContext, but that only affect executors, not the driver. So currently a client cannot use uploadJar to upload its main jar file, which contains the bytecode for the jobs that need to run in the driver.
Attachments
Issue Links
- links to