Created 08-19-2017 05:25 PM
Can anyone explain spark.driver.extraclasspath , spark.executor.extraclasspath and --jars options in spark submit and in what scenarios we can use these options.
Created 08-20-2017 12:08 AM
The spark.driver.extraclasspath , spark.executor.extraclasspath is easy to understand. If you want all you spark job load a particular depency jars to drivers and executers then you can specify in those property. The --jars is if you want to add dependency jar to a spark job
Created 08-20-2017 12:08 AM
The spark.driver.extraclasspath , spark.executor.extraclasspath is easy to understand. If you want all you spark job load a particular depency jars to drivers and executers then you can specify in those property. The --jars is if you want to add dependency jar to a spark job
Created 01-06-2020 09:37 AM
Hi,
The below mentioned links will more information on your clarifications
https://spark.apache.org/docs/latest/configuration.html
Thanks
Arun