From 761c2d1b6ee0482e2ba15664c4938eb121dda070 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Mon, 21 Mar 2016 08:00:09 +0000 Subject: [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 Closes #11848 from dongjoon-hyun/add_proper_period_and_space. --- yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarn/src') 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) -- cgit v1.2.3