[ 
https://issues.apache.org/jira/browse/SPARK-24326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stavros Kontopoulos updated SPARK-24326:
----------------------------------------
    Description: 
It is often useful to reference an application jar within the image used to 
deploy a Spark job on mesos in cluster mode. This is not possible right now 
because the mesos dispatcher will try to resolve the local://... uri on the 
host (via the fetcher) and not in the container.

Target is to have a scheme like local:/// being resolved in the container's fs.

  was:It is often useful to reference an application jar within the image used 
to deploy a Spark job on mesos in cluster mode. This is not possible right now 
because the mesos dispatcher will try to resolve the local://... uri on the 
host (via the fetcher) and not in the container.


>  Add local:// scheme support for the app jar in mesos cluster mode
> ------------------------------------------------------------------
>
>                 Key: SPARK-24326
>                 URL: https://issues.apache.org/jira/browse/SPARK-24326
>             Project: Spark
>          Issue Type: Improvement
>          Components: Mesos
>    Affects Versions: 2.3.0
>            Reporter: Stavros Kontopoulos
>            Priority: Major
>
> It is often useful to reference an application jar within the image used to 
> deploy a Spark job on mesos in cluster mode. This is not possible right now 
> because the mesos dispatcher will try to resolve the local://... uri on the 
> host (via the fetcher) and not in the container.
> Target is to have a scheme like local:/// being resolved in the container's 
> fs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to