Skip to content

Commit

Permalink
missed backticking one --jars
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlohse committed Jan 24, 2016
1 parent d00f5c6 commit 73bf7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/submitting-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,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 on 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 is included on the driver and executor classpaths. Directory expansion does not work with `--jars`.

Spark uses the following URL scheme to allow different strategies for disseminating jars:

Expand Down

0 comments on commit 73bf7e9

Please sign in to comment.