Github user sryza commented on a diff in the pull request:
https://github.com/apache/spark/pull/848#discussion_r12975962
--- 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 --
Was there a reason for taking this out? My impression is that this still
won't work on standalone with cluster deploy mode.
---
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.
---