Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 61 (0.613s).
Loading phrases to help you
refine your search...
[MAPREDUCE-5213] Re-assess TokenCache methods marked @Private - MapReduce - [issue]
...While looking at the source, noticed that TokenCache#loadTokens methods are marked @Private but not used anywhere. We should either remove those methods or mark them Public or LimitedPrivate...
http://issues.apache.org/jira/browse/MAPREDUCE-5213    Author: Karthik Kambatla, 2013-06-18, 18:56
[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-06-16, 00:31
[MAPREDUCE-4707] Add a comment to explain why FairScheduler#dump()'s body is synchronized on eventLog - MapReduce - [issue]
...FairScheduler#dump() is a synchronized method. In addition to that, the entire method body is in a synchronized block on eventLog. However, there is no other portion of the code that tries t...
http://issues.apache.org/jira/browse/MAPREDUCE-4707    Author: Karthik Kambatla, 2013-06-07, 04:49
[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-06-03, 19:02
[MAPREDUCE-4394] ReduceTask.MapOutputCopier.copyOutput() signature doesn't match the corresponding Javadoc - MapReduce - [issue]
http://issues.apache.org/jira/browse/MAPREDUCE-4394    Author: Karthik Kambatla, 2013-05-30, 17:20
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-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
Sort:
project
MapReduce (61)
Hadoop (42)
HBase (11)
HDFS (4)
type
issue (43)
mail # dev (9)
mail # user (9)
date
last 7 days (2)
last 30 days (5)
last 90 days (23)
last 6 months (33)
last 9 months (61)
author
Harsh J (1067)
Arun C Murthy (528)
Vinod Kumar Vavilapalli (354)
Todd Lipcon (283)
Amar Kamat (184)
Mohammad Tariq (177)
Thomas Graves (176)
Owen O'Malley (162)
Hemanth Yamijala (155)
Amareshwari Sriramadasu (153)
Pedro Costa (153)
Robert Evans (151)
Ted Yu (148)
Tom White (138)
Alejandro Abdelnur (134)
Karthik Kambatla