Hadoop-Mapreduce-0.23-Build - Build # 163 - Still Failing

2012-01-17 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/163/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 24669 lines...] [INFO] Skipping hadoop-yarn

Hadoop-Mapreduce-trunk - Build # 961 - Still Failing

2012-01-17 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/961/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 25864 lines...]

[jira] [Created] (MAPREDUCE-3680) FifoScheduler web service rest API can print out invalid JSON

2012-01-17 Thread Thomas Graves (Created) (JIRA)
FifoScheduler web service rest API can print out invalid JSON - Key: MAPREDUCE-3680 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3680 Project: Hadoop Map/Reduce Issue Type:

[jira] [Created] (MAPREDUCE-3681) capacity scheduler LeafQueues calculate used capacity wrong

2012-01-17 Thread Thomas Graves (Created) (JIRA)
capacity scheduler LeafQueues calculate used capacity wrong --- Key: MAPREDUCE-3681 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3681 Project: Hadoop Map/Reduce Issue Type: Bug

[jira] [Created] (MAPREDUCE-3682) Tracker URL says AM tasks run on localhost

2012-01-17 Thread David Capwell (Created) (JIRA)
Tracker URL says AM tasks run on localhost -- Key: MAPREDUCE-3682 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3682 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2

[jira] [Created] (MAPREDUCE-3683) Capacity scheduler LeafQueues maximum capacity calculation issues

2012-01-17 Thread Thomas Graves (Created) (JIRA)
Capacity scheduler LeafQueues maximum capacity calculation issues - Key: MAPREDUCE-3683 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3683 Project: Hadoop Map/Reduce

Re: PATCH APPLICATION FAILED on trunk.

2012-01-17 Thread Ted Yu
Jane: Is your patch applicable on TRUNK ? If so, why not prepare a patch for TRUNK ? Hadoop QA always runs patch against TRUNK. Cheers On Tue, Jan 17, 2012 at 1:34 PM, Jane Chen jane.c...@marklogic.com wrote: I created and submitted a patch on branch 1. Apparently the patch was attempted to

Re: PATCH APPLICATION FAILED on trunk.

2012-01-17 Thread Arun C Murthy
Unfortunately we don't have the necessary infrastructure to run against any branch other than trunk. I've responded on the jira. Thanks for the patch! On Jan 17, 2012, at 1:34 PM, Jane Chen wrote: I created and submitted a patch on branch 1. Apparently the patch was attempted to be applied

Hadoop-Mapreduce-0.23-Commit - Build # 400 - Still Failing

2012-01-17 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/400/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 14216 lines...] [junit] Running

[jira] [Created] (MAPREDUCE-3684) LocalDistributedCacheManager does not shut down its thread pool

2012-01-17 Thread Tom White (Created) (JIRA)
LocalDistributedCacheManager does not shut down its thread pool --- Key: MAPREDUCE-3684 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3684 Project: Hadoop Map/Reduce Issue

Bugs in hadoop-0.23.0

2012-01-17 Thread Anty
Hi: After reading/testing the code of reduce phase code in hadoop-0.23.0, I think i found some bugs, maybe helpful to you . 1) in the constructor of OnDiskMerger in MergeManager.java on line 472, *public OnDiskMerger(MergeManagerK, V manager) { super(manager, Integer.MAX_VALUE,

Re: Bugs in hadoop-0.23.0

2012-01-17 Thread Arun C Murthy
Thanks Anty! Can you please go ahead and file jira(s) for them? Of course, we'd love a patch too... :) Arun On Jan 17, 2012, at 10:05 PM, Anty wrote: Hi: After reading/testing the code of reduce phase code in hadoop-0.23.0, I think i found some bugs, maybe helpful to you . 1) in the

Re: Bugs in hadoop-0.23.0

2012-01-17 Thread Anty
Hi:Arun C Murthy I am glad to take a crack . I will file jiras from them and submit patches for above bugs. On Wed, Jan 18, 2012 at 2:18 PM, Arun C Murthy a...@hortonworks.com wrote: Thanks Anty! Can you please go ahead and file jira(s) for them? Of course, we'd love a patch too...

[jira] [Created] (MAPREDUCE-3685) There are some bugs in MergeManager.java :

2012-01-17 Thread anty.rao (Created) (JIRA)
There are some bugs in MergeManager.java : -- Key: MAPREDUCE-3685 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3685 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2