aboutsummaryrefslogtreecommitdiff
path: root/yarn
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-03-21 08:00:09 +0000
committerSean Owen <sowen@cloudera.com>2016-03-21 08:00:09 +0000
commit761c2d1b6ee0482e2ba15664c4938eb121dda070 (patch)
treebdfd8a2e8ff518210fcb145d6fb39de27732f780 /yarn
parent20fd254101553cb5a4c932c8d03064899112bee6 (diff)
downloadspark-761c2d1b6ee0482e2ba15664c4938eb121dda070.tar.gz
spark-761c2d1b6ee0482e2ba15664c4938eb121dda070.tar.bz2
spark-761c2d1b6ee0482e2ba15664c4938eb121dda070.zip
[MINOR][DOCS] Add proper periods and spaces for CLI help messages and `config` doc.
## What changes were proposed in this pull request? This PR adds some proper periods and spaces to Spark CLI help messages and SQL/YARN conf docs for consistency. ## How was this patch tested? Manual. Author: Dongjoon Hyun <dongjoon@apache.org> Closes #11848 from dongjoon-hyun/add_proper_period_and_space.
Diffstat (limited to 'yarn')
-rw-r--r--yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala b/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala
index 10cd6d00b0..0789567ae6 100644
--- a/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala
+++ b/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala
@@ -104,7 +104,7 @@ package object config {
/* Cluster-mode launcher configuration. */
private[spark] val WAIT_FOR_APP_COMPLETION = ConfigBuilder("spark.yarn.submit.waitAppCompletion")
- .doc("In cluster mode, whether to wait for the application to finishe before exiting the " +
+ .doc("In cluster mode, whether to wait for the application to finish before exiting the " +
"launcher process.")
.booleanConf
.withDefault(true)