Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/15119#discussion_r95490403
--- Diff: docs/configuration.md ---
@@ -433,9 +433,11 @@ Apart from these, the following properties are also
available, and may be useful
<td></td>
<td>
Comma-separated list of maven coordinates of jars to include on the
driver and executor
- classpaths. Will search the local maven repo, then maven central and
any additional remote
- repositories given by <code>spark.jars.ivy</code>. The format for the
coordinates should be
- groupId:artifactId:version.
+ classpaths. If <code>spark.jars.ivySettings</code> is given artifacts
will be resolved according
+ to the configuration in the file, otherwise artifacts will be searched
for in the local maven repo,
+ then maven central and finally any additional remote repositories
given by the command-line option
+ <code>--repositories</code> see <a
href="submitting-applications.html#advanced-dependency-management">Advanced
Dependency Management</a>.
--- End diff --
You seem to be missing punctuation before "see".
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]