Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Incomplete
-
1.0.0
-
None
Description
A resource marked "local:/" is assumed to be available on the local file system of every node. In such case, no data copying over network should happen. I tested different deploy modes in v1.0, right now we only support local:/ scheme for the app jar and secondary jars in the following modes:
1) local (jars are copied to the working directory)
2) standalone client
3) yarn client
It doesn’t work for -files and python apps (-py-files and app.py). For the next release, we could support more deploy modes.
Attachments
Issue Links
- is related to
-
SPARK-6355 Spark standalone cluster does not support local:/ url for jar file
- Resolved