[jira] [Resolved] (MAPREDUCE-2734) DistCp with FairScheduler assign all map tasks in one TT

2014-05-21 Thread Bochun Bai (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bochun Bai resolved MAPREDUCE-2734. --- Resolution: Fixed Fix Version/s: 2.3.0 Release Note: I can find this config

[jira] [Created] (MAPREDUCE-2734) DistCp with FairScheduler assign all map tasks in one TT

2011-07-27 Thread Bochun Bai (JIRA)
: Improvement Components: distcp Affects Versions: 0.21.0 Reporter: Bochun Bai 1 Using FairScheduler. 2 distcp a directory contains 5 files. The DistCp job will launch 5 map tasks, and FairScheduler assign them to one TaskTracker. It should be assigned different, like the original

Re: Api for Job History

2011-06-17 Thread Bochun Bai
Do you mean contrib/vaidya? On Fri, Jun 17, 2011 at 3:15 PM, Sudharsan Sampath wrote: > > Hi, > > Is there any api to analyse the list of jobs in the history? > > Thanks > Sudharsan S > >

[jira] [Created] (MAPREDUCE-2586) mapreduce/contrib/raid not compile due to hdfs changes.

2011-06-12 Thread Bochun Bai (JIRA)
Components: contrib/raid Reporter: Bochun Bai Priority: Blocker Attachments: MAPREDUCE-2586.patch -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (MAPREDUCE-2571) CombineFileInputFormat.getSplits throws a java.lang.ArrayStoreException

2011-06-06 Thread Bochun Bai (JIRA)
Issue Type: Bug Affects Versions: 0.21.0 Reporter: Bochun Bai Priority: Blocker The getSplits methods of org.apache.hadoop.mapred.lib.CombineFileInputFormat not work. ...mapred.lib.CombineFileInputFormat(0.20-style) is a proxy for

[jira] Created: (MAPREDUCE-2231) Blacklisted TT reset time should be configurable

2010-12-23 Thread Bochun Bai (JIRA)
Components: jobtracker Reporter: Bochun Bai A TaskTracker in the blacklist will be reset to healthy state after a day. "after a day" should be configurable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (MAPREDUCE-1517) streaming should support running on background

2010-02-20 Thread Bochun Bai (JIRA)
Components: contrib/streaming Reporter: Bochun Bai StreamJob submit the job and use a while loop monitor the progress. I prefer it running on background. Just add "&" at the end of command is a alternative solution, but it keeps a java process on client machine. When submit hu

[jira] Created: (MAPREDUCE-1379) Limit both numMapTasks and numReduceTasks

2010-01-14 Thread Bochun Bai (JIRA)
: tasktracker Affects Versions: 0.20.1 Reporter: Bochun Bai Priority: Trivial In some environment, the number of concurrent running process is very sensitive. mapreduce.tasktracker.map.tasks.maximum and mapreduce.tasktracker.reduce.tasks.maximum limit tasks running on