Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 61 (0.162s).
Loading phrases to help you
refine your search...
Re: [VOTE] Plan to create release candidate for 0.23.8 - MapReduce - [mail # dev]
...+1 (non-binding)   On Mon, May 20, 2013 at 11:13 AM, Siddharth Seth wrote:  ...
   Author: Karthik Kambatla, 2013-05-20, 19:49
[MAPREDUCE-5028] Maps fail when io.sort.mb is set to high value - MapReduce - [issue]
...Verified the problem exists on branch-1 with the following configuration:Pseudo-dist mode: 2 maps/ 1 reduce, mapred.child.java.opts=-Xmx2048m, io.sort.mb=1280, dfs.block.size=2147483648Run t...
http://issues.apache.org/jira/browse/MAPREDUCE-5028    Author: Karthik Kambatla, 2013-05-17, 15:26
[MAPREDUCE-5250] Searching for ';' in JobTracker History throws ArrayOutOfBoundException - MapReduce - [issue]
...Searching for ';' in JobTracker History throws ArrayOutOfBoundException Problem accessing /jobhistoryhome.jsp. Reason:    0Caused by:java.lang.ArrayIndexOutOfBoundsException: ...
http://issues.apache.org/jira/browse/MAPREDUCE-5250    Author: Karthik Kambatla, 2013-05-15, 08:25
[MAPREDUCE-4806] Cleanup: Some (5) private methods in JobTracker.RecoveryManager are not used anymore after MAPREDUCE-3837 - MapReduce - [issue]
...MAPREDUCE-3837 re-organized the job recovery code, moving out the code that was using the methods in RecoveryManager.Now, the following methods in {{JobTracker.RecoveryManager}}seem to be un...
http://issues.apache.org/jira/browse/MAPREDUCE-4806    Author: Karthik Kambatla, 2013-05-15, 06:16
[MAPREDUCE-4385] FairScheduler.maxTasksToAssign() should check for fairscheduler.assignmultiple.maps < TaskTracker.availableSlots - MapReduce - [issue]
...FairScheduler.maxTasksToAssign() can potentially return a value greater than the available slots. Currently, we rely on canAssignMaps()/canAssignReduces() to reject such requests.These addit...
http://issues.apache.org/jira/browse/MAPREDUCE-4385    Author: Karthik Kambatla, 2013-05-15, 06:16
[MAPREDUCE-4595] TestLostTracker failing - possibly due to a race in JobHistory.JobHistoryFilesManager#run() - MapReduce - [issue]
...The source for occasional failure of TestLostTracker seems like the following:On job completion, JobHistoryFilesManager#run() spawns another thread to move history files to done folder. Test...
http://issues.apache.org/jira/browse/MAPREDUCE-4595    Author: Karthik Kambatla, 2013-05-15, 06:16
[MAPREDUCE-4706] FairScheduler#dump(): Computing of # running maps and reduces is commented out - MapReduce - [issue]
...In FairScheduler#dump(), we conveniently comment the updating of number of running maps and reduces. It needs to be fixed for the dump to throw out meaningful information....
http://issues.apache.org/jira/browse/MAPREDUCE-4706    Author: Karthik Kambatla, 2013-05-15, 06:16
[MAPREDUCE-5222] Fix JobClient incompatibilities with MR1 - MapReduce - [issue]
...JobClient is missing the following two public methods we need to add for binary compatibility: static isJobDirValid(Path, FileSystem) Path getStagingAreaDir()...
http://issues.apache.org/jira/browse/MAPREDUCE-5222    Author: Karthik Kambatla, 2013-05-14, 15:06
[MAPREDUCE-5214] Compatibility: Add a deprecated MRAdmin that wraps around RMAdmin - MapReduce - [issue]
...MRAdmin doesn't apply to MR2. However, to maintain compatibility against 1.x releases, it might be a good idea to add a deprecated version of MRAdmin that wraps around RMAdmin, prints out a ...
http://issues.apache.org/jira/browse/MAPREDUCE-5214    Author: Karthik Kambatla, 2013-05-13, 23:42
[MAPREDUCE-5218] Annotate (comment) internal classes as Private - MapReduce - [issue]
...The following classes are intended for internal use and it would be nice to explicitly state that in comments/annotation. TaskUmbilicalProtocol TaskInProgress MapReducePolicyProvider MRAdmin...
http://issues.apache.org/jira/browse/MAPREDUCE-5218    Author: Karthik Kambatla, 2013-05-09, 22:23
Sort:
project
MapReduce (61)
Hadoop (41)
HBase (11)
HDFS (4)
type
issue (43)
mail # dev (9)
mail # user (9)
date
last 7 days (1)
last 30 days (15)
last 90 days (25)
last 6 months (35)
last 9 months (61)
author
Harsh J (1046)
Arun C Murthy (501)
Vinod Kumar Vavilapalli (351)
Todd Lipcon (283)
Amar Kamat (184)
Mohammad Tariq (174)
Thomas Graves (173)
Owen O'Malley (162)
Hemanth Yamijala (155)
Amareshwari Sriramadasu (153)
Pedro Costa (153)
Ted Yu (148)
Robert Evans (147)
Tom White (138)
Aaron Kimball (131)
Karthik Kambatla