HyukjinKwon commented on a change in pull request #23595: [MINOR][DOC] Small 
fix on document
URL: https://github.com/apache/spark/pull/23595#discussion_r249271281
 
 

 ##########
 File path: docs/submitting-applications.md
 ##########
 @@ -192,7 +192,7 @@ debugging information by running `spark-submit` with the 
`--verbose` option.
 
 # Advanced Dependency Management
 When using `spark-submit`, the application jar along with any jars included 
with the `--jars` option
-will be automatically transferred to the cluster. URLs supplied after `--jars` 
must be separated by commas. That list is included in the driver and executor 
classpaths. Directory expansion does not work with `--jars`.
+will be automatically transferred to the cluster. URLs supplied after `--jars` 
must be separated by commas. That list won't be included in the driver and 
executor classpaths. You need to explicitly add them using 
`spark.driver.extraClassPath` and `spark.executor.extraClassPath`. Directory 
expansion does not work with `--jars`.
 
 Review comment:
   ?? do you mean adding `--jars` it self doesn't work for your case? Please 
elaborate it why and how in the PR description and some pointers for the codes 
if possible. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to