aboutsummaryrefslogtreecommitdiff
path: root/core/src
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 /core/src
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 'core/src')
-rw-r--r--core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala b/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala
index a62096d771..ec6d48485f 100644
--- a/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala
+++ b/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala
@@ -524,9 +524,9 @@ private[deploy] class SparkSubmitArguments(args: Seq[String], env: Map[String, S
| --proxy-user NAME User to impersonate when submitting the application.
| This argument does not work with --principal / --keytab.
|
- | --help, -h Show this help message and exit
- | --verbose, -v Print additional debug output
- | --version, Print the version of current Spark
+ | --help, -h Show this help message and exit.
+ | --verbose, -v Print additional debug output.
+ | --version, Print the version of current Spark.
|
| Spark standalone with cluster deploy mode only:
| --driver-cores NUM Cores for driver (Default: 1).