[jira] [Updated] (MAPREDUCE-5465) Container killed before hprof dumps profile.out

2014-04-18 Thread Ming Ma (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ming Ma updated MAPREDUCE-5465: --- Attachment: MAPREDUCE-5465-4.patch Updates per Jason's suggestions. 1. This patch also includes

[jira] [Updated] (MAPREDUCE-5642) TestMiniMRChildTask fails on Windows

2014-04-18 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated MAPREDUCE-5642: - Resolution: Fixed Fix Version/s: 2.5.0 3.0.0 Stat

[jira] [Commented] (MAPREDUCE-5642) TestMiniMRChildTask fails on Windows

2014-04-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974717#comment-13974717 ] Hudson commented on MAPREDUCE-5642: --- SUCCESS: Integrated in Hadoop-trunk-Commit #554

[jira] [Updated] (MAPREDUCE-5642) TestMiniMRChildTask fails on Windows

2014-04-18 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated MAPREDUCE-5642: - Component/s: test Target Version/s: 3.0.0, 2.5.0 Affects Version/s: 2.4

[jira] [Commented] (MAPREDUCE-5812) Make task context available to OutputCommitter.isRecoverySupported()

2014-04-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974695#comment-13974695 ] Hadoop QA commented on MAPREDUCE-5812: -- {color:red}-1 overall{color}. Here are t

[jira] [Updated] (MAPREDUCE-5812) Make task context available to OutputCommitter.isRecoverySupported()

2014-04-18 Thread Mohammad Kamrul Islam (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammad Kamrul Islam updated MAPREDUCE-5812: - Attachment: MAPREDUCE-5812.2.patch Thanks [~jlowe] for the feedback.

[jira] [Commented] (MAPREDUCE-5642) TestMiniMRChildTask fails on Windows

2014-04-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974632#comment-13974632 ] Hadoop QA commented on MAPREDUCE-5642: -- {color:green}+1 overall{color}. Here are

[jira] [Commented] (MAPREDUCE-5847) Remove redundant code for fileOutputByteCounter in MapTask and ReduceTask

2014-04-18 Thread Gera Shegalov (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974625#comment-13974625 ] Gera Shegalov commented on MAPREDUCE-5847: -- That's a good point, [~jlowe] >

[jira] [Commented] (MAPREDUCE-5850) PATH environment variable contains duplicate values in map and reduce tasks on Windows.

2014-04-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974584#comment-13974584 ] Hadoop QA commented on MAPREDUCE-5850: -- {color:green}+1 overall{color}. Here are

[jira] [Commented] (MAPREDUCE-5847) Remove redundant code for fileOutputByteCounter in MapTask and ReduceTask

2014-04-18 Thread Jason Lowe (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974577#comment-13974577 ] Jason Lowe commented on MAPREDUCE-5847: --- Isn't this an incompatible change? It

[jira] [Updated] (MAPREDUCE-5850) PATH environment variable contains duplicate values in map and reduce tasks on Windows.

2014-04-18 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated MAPREDUCE-5850: - Resolution: Duplicate Status: Resolved (was: Patch Available) I'm going to r

[jira] [Commented] (MAPREDUCE-4937) MR AM handles an oversized split metainfo file poorly

2014-04-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974465#comment-13974465 ] Hudson commented on MAPREDUCE-4937: --- SUCCESS: Integrated in Hadoop-trunk-Commit #553

[jira] [Updated] (MAPREDUCE-5850) PATH environment variable contains duplicate values in map and reduce tasks on Windows.

2014-04-18 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated MAPREDUCE-5850: - Status: Patch Available (was: Open) > PATH environment variable contains duplicate v

[jira] [Updated] (MAPREDUCE-5850) PATH environment variable contains duplicate values in map and reduce tasks on Windows.

2014-04-18 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated MAPREDUCE-5850: - Attachment: MAPREDUCE-5850.1.patch This is only a problem on Windows. It doesn't hap

[jira] [Updated] (MAPREDUCE-4937) MR AM handles an oversized split metainfo file poorly

2014-04-18 Thread Jason Lowe (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Lowe updated MAPREDUCE-4937: -- Resolution: Fixed Fix Version/s: 2.5.0 3.0.0 Hadoop Flags: Re

[jira] [Updated] (MAPREDUCE-5812) Make task context available to OutputCommitter.isRecoverySupported()

2014-04-18 Thread Jason Lowe (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Lowe updated MAPREDUCE-5812: -- Target Version/s: 2.5.0 Fix Version/s: (was: 2.5.0) > Make task context availab

[jira] [Created] (MAPREDUCE-5850) PATH environment variable contains duplicate values in map and reduce tasks on Windows.

2014-04-18 Thread Chris Nauroth (JIRA)
Chris Nauroth created MAPREDUCE-5850: Summary: PATH environment variable contains duplicate values in map and reduce tasks on Windows. Key: MAPREDUCE-5850 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5

[jira] [Commented] (MAPREDUCE-5847) Remove redundant code for fileOutputByteCounter in MapTask and ReduceTask

2014-04-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974443#comment-13974443 ] Hadoop QA commented on MAPREDUCE-5847: -- {color:red}-1 overall{color}. Here are t

[jira] [Commented] (MAPREDUCE-4937) MR AM handles an oversized split metainfo file poorly

2014-04-18 Thread Jason Lowe (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974428#comment-13974428 ] Jason Lowe commented on MAPREDUCE-4937: --- +1 lgtm. A minor nit I forgot to bring

[jira] [Commented] (MAPREDUCE-5812) Make task context available to OutputCommitter.isRecoverySupported()

2014-04-18 Thread Jason Lowe (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974413#comment-13974413 ] Jason Lowe commented on MAPREDUCE-5812: --- Thanks for the patch, Mohammad. Speaki

[jira] [Updated] (MAPREDUCE-5847) Remove redundant code for fileOutputByteCounter in MapTask and ReduceTask

2014-04-18 Thread Gera Shegalov (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gera Shegalov updated MAPREDUCE-5847: - Attachment: MAPREDUCE-5847.v02.patch v02 with more cleanup caught by findbugs. > Rem

[jira] [Commented] (MAPREDUCE-5841) uber job doesn't terminate on getting mapred job kill

2014-04-18 Thread Sangjin Lee (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974367#comment-13974367 ] Sangjin Lee commented on MAPREDUCE-5841: The findbug warning is about the Syst

[jira] [Commented] (MAPREDUCE-5842) uber job with LinuxContainerExecutor cause exception

2014-04-18 Thread Atkins (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974364#comment-13974364 ] Atkins commented on MAPREDUCE-5842: --- Yes the llinux container executer works correct

[jira] [Commented] (MAPREDUCE-5841) uber job doesn't terminate on getting mapred job kill

2014-04-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974321#comment-13974321 ] Hadoop QA commented on MAPREDUCE-5841: -- {color:red}-1 overall{color}. Here are t

[jira] [Updated] (MAPREDUCE-5841) uber job doesn't terminate on getting mapred job kill

2014-04-18 Thread Sangjin Lee (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sangjin Lee updated MAPREDUCE-5841: --- Attachment: mapreduce-5841.patch Attaching a patch that fixes the bug. I've tested it wit

[jira] [Updated] (MAPREDUCE-5841) uber job doesn't terminate on getting mapred job kill

2014-04-18 Thread Sangjin Lee (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sangjin Lee updated MAPREDUCE-5841: --- Target Version/s: 2.4.1 Status: Patch Available (was: Open) > uber job doe

[jira] [Commented] (MAPREDUCE-3671) AM-NM RPC calls occasionally takes a long time to respond

2014-04-18 Thread Mit Desai (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974210#comment-13974210 ] Mit Desai commented on MAPREDUCE-3671: -- my mistake. misinterpreted affected versi

[jira] [Commented] (MAPREDUCE-5842) uber job with LinuxContainerExecutor cause exception

2014-04-18 Thread Sangjin Lee (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974209#comment-13974209 ] Sangjin Lee commented on MAPREDUCE-5842: Do you have the native binaries (-Pna

[jira] [Commented] (MAPREDUCE-3838) MapReduce job submission time has increased in 0.23 when compared to 0.20.206

2014-04-18 Thread Mit Desai (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974203#comment-13974203 ] Mit Desai commented on MAPREDUCE-3838: -- [~amar_kamat], [~vinodkv] : I see this t

[jira] [Commented] (MAPREDUCE-3671) AM-NM RPC calls occasionally takes a long time to respond

2014-04-18 Thread Mit Desai (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974201#comment-13974201 ] Mit Desai commented on MAPREDUCE-3671: -- [~vinodkv] [~sseth] : I see this targeted

[jira] [Created] (MAPREDUCE-5849) ReduceContextImpl.ValueIterable can only be iterated once

2014-04-18 Thread Ivan Balashov (JIRA)
Ivan Balashov created MAPREDUCE-5849: Summary: ReduceContextImpl.ValueIterable can only be iterated once Key: MAPREDUCE-5849 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5849 Project: Hadoo

[jira] [Commented] (MAPREDUCE-5402) DynamicInputFormat should allow overriding of MAX_CHUNKS_TOLERABLE

2014-04-18 Thread David Rosenstrauch (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974098#comment-13974098 ] David Rosenstrauch commented on MAPREDUCE-5402: --- Testing it out today.

[jira] [Updated] (MAPREDUCE-5848) MapReduce counts forcibly preempted containers as FAILED

2014-04-18 Thread Jason Lowe (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Lowe updated MAPREDUCE-5848: -- Target Version/s: 2.5.0 Affects Version/s: 2.1.0-beta Moving this to MAPREDUCE since i

[jira] [Moved] (MAPREDUCE-5848) MapReduce counts forcibly preempted containers as FAILED

2014-04-18 Thread Jason Lowe (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Lowe moved YARN-1958 to MAPREDUCE-5848: - Key: MAPREDUCE-5848 (was: YARN-1958) Project: Hadoop Map/Redu

[jira] [Commented] (MAPREDUCE-5847) Remove redundant code for fileOutputByteCounter in MapTask and ReduceTask

2014-04-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973947#comment-13973947 ] Hadoop QA commented on MAPREDUCE-5847: -- {color:red}-1 overall{color}. Here are t

[jira] [Updated] (MAPREDUCE-5847) Remove redundant code for fileOutputByteCounter in MapTask and ReduceTask

2014-04-18 Thread Gera Shegalov (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gera Shegalov updated MAPREDUCE-5847: - Attachment: MAPREDUCE-5847.v01.patch > Remove redundant code for fileOutputByteCounte

[jira] [Updated] (MAPREDUCE-5847) Remove redundant code for fileOutputByteCounter in MapTask and ReduceTask

2014-04-18 Thread Gera Shegalov (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gera Shegalov updated MAPREDUCE-5847: - Status: Patch Available (was: Open) > Remove redundant code for fileOutputByteCounte

[jira] [Created] (MAPREDUCE-5847) Remove redundant code for fileOutputByteCounter in MapTask and ReduceTask

2014-04-18 Thread Gera Shegalov (JIRA)
Gera Shegalov created MAPREDUCE-5847: Summary: Remove redundant code for fileOutputByteCounter in MapTask and ReduceTask Key: MAPREDUCE-5847 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5847

[jira] [Commented] (MAPREDUCE-5844) Reducer Preemption is too aggressive

2014-04-18 Thread Sandy Ryza (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973866#comment-13973866 ] Sandy Ryza commented on MAPREDUCE-5844: --- Hi [~maysamyabandeh], you're not misrea

[jira] [Commented] (MAPREDUCE-5402) DynamicInputFormat should allow overriding of MAX_CHUNKS_TOLERABLE

2014-04-18 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973863#comment-13973863 ] Tsuyoshi OZAWA commented on MAPREDUCE-5402: --- Thank you for taking, David. I