Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/701#discussion_r12561926
--- Diff: docs/spark-standalone.md ---
@@ -150,20 +162,30 @@ You can also pass an option `--cores <numCores>` to
control the number of cores
Spark supports two deploy modes. Spark applications may run with the
driver inside the client process or entirely inside the cluster.
-The spark-submit script described in the [cluster mode
overview](cluster-overview.html) provides the most straightforward way to
submit a compiled Spark application to the cluster in either deploy mode. For
info on the lower-level invocations used to launch an app inside the cluster,
read ahead.
+The spark-submit script provides the most straightforward way to submit a
compiled Spark application to the cluster in either deploy mode. For more
detail, see the [cluster mode overview](cluster-overview.html).
--- End diff --
@andrewor14 did you see this comment?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---