[jira] [Created] (MAPREDUCE-2496) ivy: test conf should not extend common conf

2011-05-13 Thread Tsz Wo (Nicholas), SZE (JIRA)
ivy: test conf should not extend common conf Key: MAPREDUCE-2496 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2496 Project: Hadoop Map/Reduce Issue Type: Improvement Components:

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

2011-05-13 Thread Apache Jenkins Server
See https://builds.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/673/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 4531 lines...] [artifact:install-provid

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

2011-05-13 Thread Apache Jenkins Server
See https://builds.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/672/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 4532 lines...] [artifact:install-provid

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

2011-05-13 Thread Apache Jenkins Server
See https://builds.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/671/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 4534 lines...] [artifact:install-provid

[jira] [Created] (MAPREDUCE-2495) The distributed cache cleanup thread has no monitoring to check to see if it has dies for some reason

2011-05-13 Thread Robert Joseph Evans (JIRA)
The distributed cache cleanup thread has no monitoring to check to see if it has dies for some reason - Key: MAPREDUCE-2495 URL: https://issues.apache.org/jira/bro

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

2011-05-13 Thread Apache Jenkins Server
See https://builds.apache.org/hudson/job/Hadoop-Mapreduce-trunk/678/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 349980 lines...] [junit] [junit] 11/0

[jira] [Created] (MAPREDUCE-2494) Make the distributed cache delete entires using LRU priority

2011-05-13 Thread Robert Joseph Evans (JIRA)
Make the distributed cache delete entires using LRU priority Key: MAPREDUCE-2494 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2494 Project: Hadoop Map/Reduce Issue Type: Im

Clarification on DelegatingInputFormat

2011-05-13 Thread Sudharsan Sampath
Hi, Could anyone clarify why a copy of JobConf is made in the method getSplits(JobConf conf, int numSplits in the DelegatingInputFormat class? To my understanding it looked like it was setting only the mapred.input.dirs property for the job. So why not use the passed in conf. Are there any co