Skip to content
Prev Previous commit
Next Next commit
add doc
  • Loading branch information
windpiger committed Feb 6, 2017
commit 9330e3542e7bcf3e4554c3ec26f1b6387f96f810
15 changes: 12 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,10 @@ Apart from these, the following properties are also available, and may be useful
Comma-separated list of Maven coordinates of jars to include on the driver and executor
classpaths. The coordinates should be groupId:artifactId:version. 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>. For more details, see
<a href="submitting-applications.html#advanced-dependency-management">Advanced Dependency Management</a>.
will be searched for in any additional remote repositories given by the command-line option
<code>--repositories</code>, then the local maven repo(${user.home}/.m2/repository), finally maven central.
For more details, see <a href="submitting-applications.html#advanced-dependency-management">
Advanced Dependency Management</a>.
</td>
</tr>
<tr>
Expand All @@ -451,6 +452,14 @@ Apart from these, the following properties are also available, and may be useful
provided in <code>spark.jars.packages</code> to avoid dependency conflicts.
</td>
</tr>
<tr>
<td><code>spark.jars.repositories</code></td>
<td></td>
<td>
Comma-separated list of additional remote repositories to search for the maven coordinates. It is also
given by the command-line option <code>--repositories</code>
</td>
</tr>
<tr>
<td><code>spark.jars.ivy</code></td>
<td></td>
Expand Down