| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
61 (0.117s).
|
|
|
Loading phrases to help you refine your search...
|
|
[MAPREDUCE-5213] Annotate TokenCache methods as Public or LimitedPrivate - MapReduce - [issue]
|
|
...While looking at the source, noticed that TokenCache has a few methods annotated as Private, but aren't being used anywhere else.If not, we should probably delete them....
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5213
Author: Karthik Kambatla,
2013-05-07, 02:50
|
|
|
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
|
|
|
[MAPREDUCE-4643] Make job-history cleanup-period configurable - MapReduce - [issue]
|
|
...Job history cleanup should be made configurable. Currently, it is set to 1 month by default. The DEBUG_MODE (to be removed, see MAPREDUCE-4629) sets it to 20 minutes, but it should be config...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4643
Author: Karthik Kambatla,
2013-04-08, 19:51
|
|
|
[MAPREDUCE-5077] Cleanup: mapreduce.util.ResourceCalculatorPlugin and related code should be removed - MapReduce - [issue]
|
|
...ResourceCalculatorPlugin and ProcfsBasedProcessTree have moved to yarn.util and the mapreduce.util versions don't seem to be used anymore. Should remove related code....
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5077
Author: Karthik Kambatla,
2013-03-27, 14:06
|
|
|
|