[jira] [Created] (MAPREDUCE-3086) Supporting range scan using TFile, TotalOrderPartitioner and partition index

2011-09-25 Thread Binglin Chang (JIRA)
Supporting range scan using TFile, TotalOrderPartitioner and partition index Key: MAPREDUCE-3086 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3086 Project: Hadoop

Hadoop-Mapreduce-trunk-Commit - Build # 968 - Still Failing

2011-09-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/968/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 14048 lines...] [junit] Test

Hadoop-Mapreduce-trunk-Commit - Build # 969 - Still Failing

2011-09-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/969/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 14030 lines...] [junit] Running

Hadoop-Mapreduce-0.23-Build - Build # 25 - Failure

2011-09-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/25/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 18137 lines...] Running

Re: Jobs not running after MAPREDUCE-2880

2011-09-25 Thread Vinod Kumar Vavilapalli
Ravi, the mailing list gulps in any attachments. Can you create a ticket and attach your logs there? That helps for better tracking of the issue too. Thanks, +Vinod On Sat, Sep 24, 2011 at 1:09 AM, Ravi Prakash ravihad...@gmail.com wrote: Hi Arun, Unsecure single node. I'm attaching the

Hadoop-Mapreduce-trunk-Commit - Build # 970 - Still Failing

2011-09-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/970/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 14035 lines...] [junit] Running

Calculations of the InputSplits

2011-09-25 Thread Praveen Sripati
Hi, There was a query in StackOverflow regarding high CPU on the client after submitting jobs (upto 200 jobs in batch and 150MB jar file size). Calculation of the InputSplit may be one of the reason for the high CPU on the client. Why should the calculation of the InputSplit happen on the client?

[jira] [Created] (MAPREDUCE-3087) CLASSPATH not the same after MAPREDUCE-2880

2011-09-25 Thread Ravi Prakash (JIRA)
CLASSPATH not the same after MAPREDUCE-2880 --- Key: MAPREDUCE-3087 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3087 Project: Hadoop Map/Reduce Issue Type: Bug Reporter: Ravi

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

2011-09-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/26/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 18137 lines...] Tests run: 5, Failures: 0,

Hadoop-Mapreduce-trunk-Commit - Build # 971 - Still Failing

2011-09-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/971/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 9214 lines...] create-c++-utils-configure:

Re: Calculations of the InputSplits

2011-09-25 Thread Harsh J
Hello Praveen, That is a valid point. Besides, it can even be a task that computes the splits (Safer this way, instead of running _inside_ the JobTracker). Lets continue the discussion on https://issues.apache.org/jira/browse/MAPREDUCE-207 which seems very relevant to this. On Sun, Sep 25, 2011

Re: Calculations of the InputSplits

2011-09-25 Thread Arun C Murthy
The reason it isn't done in JobTracker is to not run user-code within the framework - InputSplit.getSplits() is user code. In MRv1 is was highly complicated - in MRv2 it's trivial to do it the MR ApplicationMaster, I'll get to it some wknd soon - patches welcome! :) Arun On Sep 25, 2011, at

Hadoop-Mapreduce-22-branch - Build # 74 - Still Failing

2011-09-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-22-branch/74/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 2241 lines...] A

[jira] [Created] (MAPREDUCE-3088) Clover 2.4.3 breaks build for 0.22 branch

2011-09-25 Thread Konstantin Shvachko (JIRA)
Clover 2.4.3 breaks build for 0.22 branch - Key: MAPREDUCE-3088 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3088 Project: Hadoop Map/Reduce Issue Type: Bug Affects Versions: 0.22.0

[jira] [Resolved] (MAPREDUCE-3052) Maintain consistency in naming appIDs, jobIDs and attemptIDs

2011-09-25 Thread Arun C Murthy (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy resolved MAPREDUCE-3052. -- Resolution: Duplicate Fix Version/s: (was: 0.24.0)

[jira] [Created] (MAPREDUCE-3089) Re-enable TestRMContainerAllocator

2011-09-25 Thread Arun C Murthy (JIRA)
Re-enable TestRMContainerAllocator -- Key: MAPREDUCE-3089 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3089 Project: Hadoop Map/Reduce Issue Type: Bug Components: applicationmaster, mrv2