aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authoruncleGen <hustyugm@gmail.com>2017-01-24 11:32:11 +0000
committerSean Owen <sowen@cloudera.com>2017-01-24 11:32:11 +0000
commit7c61c2a1c40629311b84dff8d91b257efb345d07 (patch)
tree01c01629df495d870228e79496b74b55ede520b7 /docs/configuration.md
parentf27e024768e328b96704a9ef35b77381da480328 (diff)
downloadspark-7c61c2a1c40629311b84dff8d91b257efb345d07.tar.gz
spark-7c61c2a1c40629311b84dff8d91b257efb345d07.tar.bz2
spark-7c61c2a1c40629311b84dff8d91b257efb345d07.zip
[DOCS] Fix typo in docs
## What changes were proposed in this pull request? Fix typo in docs ## How was this patch tested? Author: uncleGen <hustyugm@gmail.com> Closes #16658 from uncleGen/typo-issue.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index a6b1f15fda..b7f10e69f3 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -435,7 +435,7 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.jars.packages</code></td>
<td></td>
<td>
- Comma-separated list of maven coordinates of jars to include on the driver and executor
+ 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