Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Can anyone explain spark.driver.extraclasspath and spark.executor.extraclasspath and --jars

avatar

Can anyone explain spark.driver.extraclasspath , spark.executor.extraclasspath and --jars options in spark submit and in what scenarios we can use these options.

1 ACCEPTED SOLUTION

avatar
New Member

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

View solution in original post

2 REPLIES 2

avatar
New Member

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

avatar
Cloudera Employee

Hi,

 

The below mentioned links will more information on your clarifications

https://spark.apache.org/docs/latest/configuration.html

 

Thanks

Arun