You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Artem Harutyunyan (JIRA)" <ji...@apache.org> on 2015/12/22 01:37:46 UTC

[jira] [Commented] (MESOS-3866) The docker containerizer sets MESOS_NATIVE_JAVA_LIBRARY in docker executors

    [ https://issues.apache.org/jira/browse/MESOS-3866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15067342#comment-15067342 ] 

Artem Harutyunyan commented on MESOS-3866:
------------------------------------------

Hey [~mgummelt] this looks like a duplicate of https://issues.apache.org/jira/browse/MESOS-3751. Could you please verify and close this ticket? 

> The docker containerizer sets MESOS_NATIVE_JAVA_LIBRARY in docker executors
> ---------------------------------------------------------------------------
>
>                 Key: MESOS-3866
>                 URL: https://issues.apache.org/jira/browse/MESOS-3866
>             Project: Mesos
>          Issue Type: Bug
>          Components: containerization
>    Affects Versions: 0.25.0
>            Reporter: Michael Gummelt
>
> It's set here: https://github.com/apache/mesos/blob/master/src/slave/containerizer/containerizer.cpp#L281
> And passed to the docker executor here: https://github.com/apache/mesos/blob/master/src/slave/containerizer/docker.cpp#L844
> This leaks the host path of the library into the docker image, which of course can't see it. This is breaking DCOS Spark, which runs in a docker image that has set its own value for MESOS_NATIVE_JAVA_LIBRARY.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)