Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 101 to 110 from 124 (0.151s).
Loading phrases to help you
refine your search...
[MAPREDUCE-4312] Add metrics to RM for NM heartbeats - MapReduce - [issue]
...It would be nice to have a metric in the ResourceManager to track the number of NodeManager heartbeats processed.  The JobTracker in 1.0 has a tasktracker heartbeat metric, and it would...
http://issues.apache.org/jira/browse/MAPREDUCE-4312    Author: Jason Lowe, 2012-06-05, 21:20
[MAPREDUCE-3987] Reduce RM app memory footprint once app has completed - MapReduce - [issue]
...The ResourceManager holds onto a configurable number of completed applications (yarn.resource.max-completed-applications, defaults to 10000), and the memory footprint of these completed appl...
http://issues.apache.org/jira/browse/MAPREDUCE-3987    Author: Jason Lowe, 2012-04-26, 21:25
[MAPREDUCE-4151] RM scheduler web page should filter apps to those that are relevant to scheduling - MapReduce - [issue]
...On the ResourceManager's scheduler web page, the bottom of the page shows the apps block.  When the cluster has run a lot of applications (e.g.: 10,000+) loading the apps table can take...
http://issues.apache.org/jira/browse/MAPREDUCE-4151    Author: Jason Lowe, 2012-04-18, 14:06
[MAPREDUCE-4139] Potential ResourceManager deadlock when SchedulerEventDispatcher is stopped - MapReduce - [issue]
...When the main thread calls ResourceManager$SchedulerEventDispatcher.stop() it grabs a lock on the object, kicks the event processor thread, and then waits for the thread to exit.  Howev...
http://issues.apache.org/jira/browse/MAPREDUCE-4139    Author: Jason Lowe, 2012-04-17, 22:41
[MAPREDUCE-4144] ResourceManager NPE while handling NODE_UPDATE - MapReduce - [issue]
...The RM on one of our clusters has exited twice in the past few days because of an NPE while trying to handle a NODE_UPDATE:2012-04-12 02:09:01,672 FATAL org.apache.hadoop.yarn.server.resourc...
http://issues.apache.org/jira/browse/MAPREDUCE-4144    Author: Jason Lowe, 2012-04-17, 15:34
[MAPREDUCE-4099] ApplicationMaster may fail to remove staging directory - MapReduce - [issue]
...When the ApplicationMaster shuts down it's supposed to remove the staging directory, assuming properties weren't set to override this behavior. During shutdown the AM tells the ResourceManag...
http://issues.apache.org/jira/browse/MAPREDUCE-4099    Author: Jason Lowe, 2012-04-12, 14:05
[MAPREDUCE-4060] Multiple SLF4J binding warning - MapReduce - [issue]
...This is the MAPREDUCE portion of HADOOP-8005.  We should remove slf4j from the assembly and use the one provided by hadoop-common so we don't end up with multiple binding warnings for S...
http://issues.apache.org/jira/browse/MAPREDUCE-4060    Author: Jason Lowe, 2012-04-04, 14:13
[MAPREDUCE-4081] TestMROutputFormat.java does not compile - MapReduce - [issue]
...[ERROR] /hadoop/src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestMROutputFormat.java:[36,7]...
http://issues.apache.org/jira/browse/MAPREDUCE-4081    Author: Jason Lowe, 2012-03-30, 13:59
[MAPREDUCE-4043] Secret keys set in Credentials are not seen by tasks - MapReduce - [issue]
...The following scenario works in 0.20.205 but no longer works in 0.23:1) During job submission, a secret key is set by calling jobConf.getCredentials().addSecretKey(Text, byte[])2) A map task...
http://issues.apache.org/jira/browse/MAPREDUCE-4043    Author: Jason Lowe, 2012-03-24, 13:58
[MAPREDUCE-4025] AM can crash if task attempt reports bogus progress value - MapReduce - [issue]
...If a task attempt reports a bogus progress value (e.g.: something above 1.0) then the AM can crash like this:java.lang.ArrayIndexOutOfBoundsException: 12 at org.apache.hadoop.mapred.Periodic...
http://issues.apache.org/jira/browse/MAPREDUCE-4025    Author: Jason Lowe, 2012-03-20, 21:52
Sort:
project
MapReduce (124)
Hadoop (34)
HDFS (11)
Pig (1)
type
issue (119)
mail # dev (5)
date
last 7 days (5)
last 30 days (16)
last 90 days (28)
last 6 months (62)
last 9 months (124)
author
Harsh J (1067)
Arun C Murthy (529)
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)
Jason Lowe