[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-13 Thread Karthik Kambatla (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14169302#comment-14169302 ] Karthik Kambatla commented on YARN-2566: Submitted patch to kick off Jenkins.

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-13 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14169344#comment-14169344 ] Hadoop QA commented on YARN-2566: - {color:red}-1 overall{color}. Here are the results of

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-13 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14169474#comment-14169474 ] zhihai xu commented on YARN-2566: - 1. The two Findbugs warning is not related to my change

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-13 Thread Karthik Kambatla (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14169500#comment-14169500 ] Karthik Kambatla commented on YARN-2566: +1 IOException happen in startLocalizer

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-13 Thread Karthik Kambatla (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14169530#comment-14169530 ] Karthik Kambatla commented on YARN-2566: Can we file a follow-up JIRA to fix this

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-13 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14169594#comment-14169594 ] zhihai xu commented on YARN-2566: - [~Karthik Kambatla], Yes, it is a good point. I just

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-12 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14168546#comment-14168546 ] zhihai xu commented on YARN-2566: - [~kasha], thanks for finding the compilation error. I

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-11 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14168282#comment-14168282 ] zhihai xu commented on YARN-2566: - Optimize the code in YARN-2566.007.patch to exclude the

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-11 Thread Karthik Kambatla (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14168327#comment-14168327 ] Karthik Kambatla commented on YARN-2566: The patch doesn't compile against latest

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-10 Thread Karthik Kambatla (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14167726#comment-14167726 ] Karthik Kambatla commented on YARN-2566: Really like the way the patch picks a

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-10 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14167976#comment-14167976 ] zhihai xu commented on YARN-2566: - Hi [~kasha], thanks to review the patch, I attached a

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-10 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14167979#comment-14167979 ] zhihai xu commented on YARN-2566: - a little optimization in YARN-2566.006.patch: check

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-08 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14164107#comment-14164107 ] zhihai xu commented on YARN-2566: - Hi [~vinodkv] and [~vvasudev], thanks for the

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-08 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14164552#comment-14164552 ] zhihai xu commented on YARN-2566: - I attached a new patch YARN-2566.004.patch, which

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14164565#comment-14164565 ] Hadoop QA commented on YARN-2566: - {color:red}-1 overall{color}. Here are the results of

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-07 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14162216#comment-14162216 ] Vinod Kumar Vavilapalli commented on YARN-2566: --- I am surprised YARN-1781

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-06 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14160654#comment-14160654 ] zhihai xu commented on YARN-2566: - I don't see the problem -1 javac. The patch appears to

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-06 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14160687#comment-14160687 ] Hadoop QA commented on YARN-2566: - {color:red}-1 overall{color}. Here are the results of

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-04 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14159019#comment-14159019 ] Hadoop QA commented on YARN-2566: - {color:red}-1 overall{color}. Here are the results of

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-04 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14159226#comment-14159226 ] Hadoop QA commented on YARN-2566: - {color:red}-1 overall{color}. Here are the results of

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-03 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14158967#comment-14158967 ] zhihai xu commented on YARN-2566: - Hi [~kasha], I attached a new patch YARN-2566.002.patch,

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-10-03 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14158973#comment-14158973 ] Hadoop QA commented on YARN-2566: - {color:red}-1 overall{color}. Here are the results of

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-09-30 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152842#comment-14152842 ] zhihai xu commented on YARN-2566: - Picking the directory with most available space is a

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-09-29 Thread Karthik Kambatla (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152360#comment-14152360 ] Karthik Kambatla commented on YARN-2566: We should probably have the same mechanism

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-09-29 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152428#comment-14152428 ] zhihai xu commented on YARN-2566: - For linux container-executors, it is done at C file

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-09-26 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14149937#comment-14149937 ] zhihai xu commented on YARN-2566: - [The Findbugs warnings: link |

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-09-26 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14150026#comment-14150026 ] Hadoop QA commented on YARN-2566: - {color:red}-1 overall{color}. Here are the results of

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-09-26 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14150108#comment-14150108 ] zhihai xu commented on YARN-2566: - upload a new patch YARN-2566.001.patch to fix the

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-09-26 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14150255#comment-14150255 ] Hadoop QA commented on YARN-2566: - {color:green}+1 overall{color}. Here are the results of

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-09-18 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14139894#comment-14139894 ] zhihai xu commented on YARN-2566: - I attached a patch YARN-2566.000.patch for review. I

[jira] [Commented] (YARN-2566) IOException happen in startLocalizer of DefaultContainerExecutor due to not enough disk space for the first localDir.

2014-09-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14139927#comment-14139927 ] Hadoop QA commented on YARN-2566: - {color:red}-1 overall{color}. Here are the results of