Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/86#discussion_r10960593
--- Diff: docs/cluster-overview.md ---
@@ -50,6 +50,47 @@ The system currently supports three cluster managers:
In addition, Spark's [EC2 launch scripts](ec2-scripts.html) make it easy
to launch a standalone
cluster on Amazon EC2.
+# Launching Applications
+
+The recommended way to launch a compiled Spark application is through the
spark-submit script (located in the
+bin directory), which takes care of setting up the classpath with Spark
and its dependencies, as well as
+provides a layer over the different cluster managers and deploy modes that
Spark supports. It's usage is
+
+ spark-submit <jar> <options>
--- End diff --
These bracketed commands actually get swallowed when the docs are rendered.
Also below the `--` get coalesced into an m-dash. It would be good to clean
this up. You can render the docs locally by doing this:
```
cd docs
SKIP_API=1 jekyll serve --watch
```
---
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.
---