[
https://issues.apache.org/jira/browse/SPARK-4924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Wendell resolved SPARK-4924.
------------------------------------
Resolution: Fixed
Fix Version/s: 1.4.0
Glad to finally have this in. Thanks for all the hard work [~vanzin]!
> Factor out code to launch Spark applications into a separate library
> --------------------------------------------------------------------
>
> Key: SPARK-4924
> URL: https://issues.apache.org/jira/browse/SPARK-4924
> Project: Spark
> Issue Type: Improvement
> Components: Spark Core
> Affects Versions: 1.0.0
> Reporter: Marcelo Vanzin
> Assignee: Marcelo Vanzin
> Fix For: 1.4.0
>
> Attachments: spark-launcher.txt
>
>
> One of the questions we run into rather commonly is "how to start a Spark
> application from my Java/Scala program?". There currently isn't a good answer
> to that:
> - Instantiating SparkContext has limitations (e.g., you can only have one
> active context at the moment, plus you lose the ability to submit apps in
> cluster mode)
> - Calling SparkSubmit directly is doable but you lose a lot of the logic
> handled by the shell scripts
> - Calling the shell script directly is doable, but sort of ugly from an API
> point of view.
> I think it would be nice to have a small library that handles that for users.
> On top of that, this library could be used by Spark itself to replace a lot
> of the code in the current shell scripts, which have a lot of duplication.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]