[jira] [Commented] (YARN-8642) Add support for tmpfs mounts with the Docker runtime

2018-08-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/YARN-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16598141#comment-16598141 ] Hudson commented on YARN-8642: -- SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14855 (See

[jira] [Commented] (YARN-8642) Add support for tmpfs mounts with the Docker runtime

2018-08-29 Thread Eric Yang (JIRA)
[ https://issues.apache.org/jira/browse/YARN-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16596591#comment-16596591 ] Eric Yang commented on YARN-8642: - {quote} This need will be dependent on what is running in the

[jira] [Commented] (YARN-8642) Add support for tmpfs mounts with the Docker runtime

2018-08-29 Thread Shane Kumpf (JIRA)
[ https://issues.apache.org/jira/browse/YARN-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16596307#comment-16596307 ] Shane Kumpf commented on YARN-8642: --- Thanks to [~ccondit-target] for the contribution and [~ebadger] and

[jira] [Commented] (YARN-8642) Add support for tmpfs mounts with the Docker runtime

2018-08-28 Thread Shane Kumpf (JIRA)
[ https://issues.apache.org/jira/browse/YARN-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16595446#comment-16595446 ] Shane Kumpf commented on YARN-8642: --- Thanks for the patch, [~ccondit-target]! With this patch (+ prior

[jira] [Commented] (YARN-8642) Add support for tmpfs mounts with the Docker runtime

2018-08-28 Thread Eric Badger (JIRA)
[ https://issues.apache.org/jira/browse/YARN-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16595349#comment-16595349 ] Eric Badger commented on YARN-8642: --- Ahhh that's right, we invoke using exec now. I had forgotten about

[jira] [Commented] (YARN-8642) Add support for tmpfs mounts with the Docker runtime

2018-08-28 Thread Craig Condit (JIRA)
[ https://issues.apache.org/jira/browse/YARN-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16595336#comment-16595336 ] Craig Condit commented on YARN-8642: [~ebadger], the regex is based on the one used for normal mounts.

[jira] [Commented] (YARN-8642) Add support for tmpfs mounts with the Docker runtime

2018-08-27 Thread Eric Badger (JIRA)
[ https://issues.apache.org/jira/browse/YARN-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16593856#comment-16593856 ] Eric Badger commented on YARN-8642: --- {noformat} + const char *regex_str = "^/[^:]+$"; {noformat} This

[jira] [Commented] (YARN-8642) Add support for tmpfs mounts with the Docker runtime

2018-08-24 Thread Eric Yang (JIRA)
[ https://issues.apache.org/jira/browse/YARN-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592363#comment-16592363 ] Eric Yang commented on YARN-8642: - Overall, patch 2 looks promising.  I have a few basic questions.  YARN

[jira] [Commented] (YARN-8642) Add support for tmpfs mounts with the Docker runtime

2018-08-24 Thread genericqa (JIRA)
[ https://issues.apache.org/jira/browse/YARN-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592322#comment-16592322 ] genericqa commented on YARN-8642: - | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Commented] (YARN-8642) Add support for tmpfs mounts with the Docker runtime

2018-08-24 Thread genericqa (JIRA)
[ https://issues.apache.org/jira/browse/YARN-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592196#comment-16592196 ] genericqa commented on YARN-8642: - | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Commented] (YARN-8642) Add support for tmpfs mounts with the Docker runtime

2018-08-21 Thread Craig Condit (JIRA)
[ https://issues.apache.org/jira/browse/YARN-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587489#comment-16587489 ] Craig Condit commented on YARN-8642: [~shaneku...@gmail.com], I'd like to work on this. > Add support