Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 60 (0.098s).
Loading phrases to help you
refine your search...
[MAPREDUCE-4990] Construct debug strings conditionally in ShuffleHandler.Shuffle#sendMapOutput() - MapReduce - [issue]
...In #sendMapOutput(), the debug statements are not wrapped in the customary #isDebugEnabled() condition. Given this piece of code is critical for performance, it would be nice to fix it....
http://issues.apache.org/jira/browse/MAPREDUCE-4990    Author: Karthik Kambatla, 2013-03-20, 12:50
[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-03-18, 16:36
[MAPREDUCE-5005] TestProcfsProcessTree#testProcessTree() doesn't wait long enough for the process to die - MapReduce - [issue]
...TestProcfsProcessTree#testProcessTree fails occasionally with the following stack traceStack Trace:junit.framework.AssertionFailedError: expected:<false> but was:<true>        at...
http://issues.apache.org/jira/browse/MAPREDUCE-5005    Author: Karthik Kambatla, 2013-03-12, 02:38
[MAPREDUCE-5031] Maps hitting IndexOutOfBoundsException for higher values of mapreduce.task.io.sort.mb - MapReduce - [issue]
...While trying to reproduce MAPREDUCE-5028 on trunk, ran into what seems to be a different issue. To reproduce:Psuedo-dist mode: mapreduce.{map,reduce}.memory.mb=2048, mapreduce.{map,reduce}.j...
http://issues.apache.org/jira/browse/MAPREDUCE-5031    Author: Karthik Kambatla, 2013-03-04, 23:48
[MAPREDUCE-5022] Tasklogs disappear if JVM reuse is enabled - MapReduce - [issue]
...Can't see task logs when mapred.job.reuse.jvm.num.tasks is set to -1, but the logs are visible when the same is set 1....
http://issues.apache.org/jira/browse/MAPREDUCE-5022    Author: Karthik Kambatla, 2013-02-22, 01:07
[MAPREDUCE-4434] Backport MR-2779 (JobSplitWriter.java can't handle large job.split file) to branch-1 - MapReduce - [issue]
http://issues.apache.org/jira/browse/MAPREDUCE-4434    Author: Karthik Kambatla, 2013-02-06, 01:43
[MAPREDUCE-4973] Backport history clean up configurations to branch-1 - MapReduce - [issue]
...In trunk-based versions, we can configure the max-age of files after which they will be cleaned up. This JIRA is to backport those configurations to branch-1....
http://issues.apache.org/jira/browse/MAPREDUCE-4973    Author: Karthik Kambatla, 2013-02-05, 02:05
[MAPREDUCE-4964] JobLocalizer#localizeJobFiles can potentially write job.xml to the wrong user's directory - MapReduce - [issue]
...In the following code, if jobs corresponding to different users (X and Y) are localized simultaneously, it is possible that jobconf can be written to the wrong user's directory. (X's job.xml...
http://issues.apache.org/jira/browse/MAPREDUCE-4964    Author: Karthik Kambatla, 2013-02-04, 22:17
[MAPREDUCE-4925] The pentomino option parser may be buggy - MapReduce - [issue]
...MAPREDUCE-4678 adds an easier way to specify arguments to Pentomino, although it seems to carry a bug when fetching values.This JIRA is for fixing that on trunk and backporting it onto branc...
http://issues.apache.org/jira/browse/MAPREDUCE-4925    Author: Karthik Kambatla, 2013-01-16, 14:05
[MAPREDUCE-4930] Backport MAPREDUCE-4678 and MAPREDUCE-4925 to branch-1 - MapReduce - [issue]
...MAPREDUCE-4678 adds convenient arguments to Pentomino, which would be nice to have in other branches as well.However, MR-4678 introduces a bug - MR-4925 addresses this bug for all branches....
http://issues.apache.org/jira/browse/MAPREDUCE-4930    Author: Karthik Kambatla, 2013-01-15, 14:11
Sort:
project
MapReduce (60)
Hadoop (40)
HBase (11)
HDFS (4)
type
issue (43)
mail # user (9)
mail # dev (8)
date
last 7 days (8)
last 30 days (15)
last 90 days (25)
last 6 months (34)
last 9 months (60)
author
Harsh J (1036)
Arun C Murthy (500)
Vinod Kumar Vavilapalli (351)
Todd Lipcon (282)
Amar Kamat (184)
Mohammad Tariq (174)
Thomas Graves (174)
Owen O'Malley (162)
Hemanth Yamijala (155)
Amareshwari Sriramadasu (153)
Pedro Costa (153)
Ted Yu (148)
Robert Evans (146)
Tom White (138)
Aaron Kimball (131)
Karthik Kambatla