Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.0
-
None
Description
The launcher library is currently restricted to launching apps as child processes. That is fine for a lot of cases, especially if the app is running in client mode.
But in certain cases, especially launching in cluster mode, it's more efficient to avoid launching a new process, since that process won't be doing much.
We should add support for launching apps in process, even if restricted to cluster mode at first. This will require some rework of the launch paths to avoid using system properties to propagate configuration.
Attachments
Issue Links
- is blocked by
-
SPARK-22290 Starting second context in same JVM fails to get new Hive delegation token
- Resolved
-
SPARK-21840 Allow multiple SparkSubmit invocations in same JVM without polluting system properties
- Resolved
- is related to
-
SPARK-22372 Make YARN client extend SparkApplication
- Resolved
-
SPARK-22941 Allow SparkSubmit to throw exceptions instead of exiting / printing errors.
- Resolved
- links to