Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 61 (0.538s).
Loading phrases to help you
refine your search...
[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
Re: JVM vs container memory configs - MapReduce - [mail # dev]
...Thanks a lot for your inputs, Bobby and Harsh.  Harsh - Agree that we should raise the heap sizes, particularly for your second reason. Once we arrive at  a good default value, I t...
   Author: Karthik Kambatla, 2013-05-06, 16:59
[MAPREDUCE-5207] Add mapreduce.{map|reduce}.memory.mb defaults to mapred-default.xml - MapReduce - [issue]
...mapred-default.xml is missing defaults for mapredue.{map|reduce}.memory.mb...
http://issues.apache.org/jira/browse/MAPREDUCE-5207    Author: Karthik Kambatla, 2013-05-03, 18:01
JVM vs container memory configs - MapReduce - [mail # dev]
...Hi  While looking into MAPREDUCE-5207 (adding defaults for mapreduce.{map|reduce}.memory.mb), I was wondering how much headroom should be left on top of mapred.child.java.opts (or other...
   Author: Karthik Kambatla, 2013-05-03, 16:20
Re: Cannot find JobTracker and TaskTracker classes in Hadoop 2.0.2-alpha - MapReduce - [mail # dev]
...Hi Thoihen  Hadoop 2.x (and 0.23.x) releases have MapReduce running on YARN, which operates on the ResourceManager/NodeManager architecture  and not JobTracker/TaskTracker. Hadoop ...
   Author: Karthik Kambatla, 2013-04-26, 18:28
Re: Why number of reducers should be less than number of reducer slots. - MapReduce - [mail # dev]
...I wonder how accurate that is.  However, by setting the number of reducers slightly lesser than the reduce slots, the difference acts as headroom for speculative reduce tasks. And, the ...
   Author: Karthik Kambatla, 2013-04-23, 06:33
[MAPREDUCE-5110] Kill task early in case of long task launch delays - MapReduce - [issue]
...If a task takes too long to launch, the JT expires the task and schedules another attempt. The earlier attempt can start after the later attempt leading to two parallel attempts running at t...
http://issues.apache.org/jira/browse/MAPREDUCE-5110    Author: Karthik Kambatla, 2013-04-18, 01:44
[MAPREDUCE-5098] Fix findbugs warnings in gridmix - MapReduce - [issue]
...Work on MAPREDUCE-5077 has exposed a bunch of findbugs warnings in gridmix code. https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/3459//artifact/trunk/patchprocess/newPatchFindbugsWar...
http://issues.apache.org/jira/browse/MAPREDUCE-5098    Author: Karthik Kambatla, 2013-04-11, 14:09
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 (1066)
Arun C Murthy (516)
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 (132)
Karthik Kambatla