[ https://issues.apache.org/jira/browse/SPARK-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13954477#comment-13954477
]
ASF GitHub Bot commented on SPARK-1126:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/86
> spark-submit script for running compiled binaries
> -------------------------------------------------
>
> Key: SPARK-1126
> URL: https://issues.apache.org/jira/browse/SPARK-1126
> Project: Apache Spark
> Issue Type: Bug
> Components: Spark Core
> Affects Versions: 0.9.0
> Reporter: Sandy Ryza
> Priority: Blocker
> Fix For: 1.0.0
>
>
> It would be useful to have a script, roughly similar to the "hadoop jar" command that
is used for running compiled binaries against Spark.
> The script would do two things:
> * Set up the Spark classpath on the client side, so that users don't need to know where
Spark jars are installed or bundle all of Spark inside their app jar.
> * Provide a layer over the different modes that apps can be run, so that the same spark-jar
invocation could run the driver inside a YARN application master or in the client process,
depending on the cluster setup.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
|