Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/848#discussion_r12977252
--- Diff:
core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala ---
@@ -326,8 +326,7 @@ private[spark] class SparkSubmitArguments(args:
Seq[String]) {
| --class CLASS_NAME Your application's main class (for
Java / Scala apps).
| --name NAME A name of your application.
| --jars JARS Comma-separated list of local jars
to include on the driver
- | and executor classpaths. Doesn't
work for drivers in
--- End diff --
This should not have been taken out actually. It can be put back in. But
we found out just now that the "cluster mode" of Spark Standalone cluster is
sort of semi-broken with spark submit.
---
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.
---