aboutsummaryrefslogtreecommitdiff
path: root/docs/submitting-applications.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/submitting-applications.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/submitting-applications.md')
-rw-r--r--docs/submitting-applications.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/submitting-applications.md b/docs/submitting-applications.md
index b8b4cc3a53..d23dbcf10d 100644
--- a/docs/submitting-applications.md
+++ b/docs/submitting-applications.md
@@ -189,7 +189,7 @@ This can use up a significant amount of space over time and will need to be clea
is handled automatically, and with Spark standalone, automatic cleanup can be configured with the
`spark.worker.cleanup.appDataTtl` property.
-Users may also include any other dependencies by supplying a comma-delimited list of maven coordinates
+Users may also include any other dependencies by supplying a comma-delimited list of Maven coordinates
with `--packages`. All transitive dependencies will be handled when using this command. Additional
repositories (or resolvers in SBT) can be added in a comma-delimited fashion with the flag `--repositories`.
(Note that credentials for password-protected repositories can be supplied in some cases in the repository URI,