[
https://issues.apache.org/jira/browse/YARN-4595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272046#comment-15272046
]
Hudson commented on YARN-4595:
------------------------------
FAILURE: Integrated in Hadoop-trunk-Commit #9721 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/9721/])
YARN-4595. Add support for configurable read-only mounts when launching
(vvasudev: rev 72b047715c1ae89dff3dfe76c1af91dfe255ed70)
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/TestDockerContainerRuntime.java
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/DockerLinuxContainerRuntime.java
> Add support for configurable read-only mounts when launching Docker containers
> ------------------------------------------------------------------------------
>
> Key: YARN-4595
> URL: https://issues.apache.org/jira/browse/YARN-4595
> Project: Hadoop YARN
> Issue Type: Sub-task
> Components: yarn
> Reporter: Billie Rinaldi
> Assignee: Billie Rinaldi
> Fix For: 2.9.0
>
> Attachments: YARN-4595.1.patch, YARN-4595.2.patch, YARN-4595.3.patch,
> YARN-4595.4.patch, YARN-4595.5.patch
>
>
> Mounting files or directories from the host is one way of passing
> configuration and other information into a docker container. We could allow
> the user to set a list of mounts in the environment of ContainerLaunchContext
> (e.g. /dir1:/targetdir1,/dir2:/targetdir2). These would be mounted read-only
> to the specified target locations.
> Due to permissions and user concerns, for this ticket we will require the
> mounts to be resources that are in the distributed cache.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]