Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 115 (0.112s).
Loading phrases to help you
refine your search...
[MAPREDUCE-4733] Reducer can fail to make progress during shuffle if too many reducers complete consecutively - MapReduce - [issue]
...TaskAttemptListenerImpl implements getMapCompletionEvents by calling Job.getTaskAttemptCompletionEvents with the same fromEvent and maxEvents passed in from the reducer and then filtering th...
http://issues.apache.org/jira/browse/MAPREDUCE-4733    Author: Jason Lowe, 2013-02-06, 17:05
[MAPREDUCE-4730] AM crashes due to OOM while serving up map task completion events - MapReduce - [issue]
...We're seeing a repeatable OOM crash in the AM for a task with around 30000 maps and 3000 reducers.  Details to follow....
http://issues.apache.org/jira/browse/MAPREDUCE-4730    Author: Jason Lowe, 2013-02-06, 17:05
[MAPREDUCE-4955] NM container diagnostics for excess resource usage can be lost if task fails while being killed - MapReduce - [issue]
...When a nodemanager kills a container for being over resource budgets, it provides a diagnostics message for the container status explaining why it was killed.  However this message can ...
http://issues.apache.org/jira/browse/MAPREDUCE-4955    Author: Jason Lowe, 2013-02-06, 00:25
[MAPREDUCE-4960] Unexpected extra results when using the task attempt table search - MapReduce - [issue]
...When using the search box on the web UI to search for a specific task number (e.g.: "0831"), sometimes unexpected extra results are shown.  Using the web browser's built-in search-withi...
http://issues.apache.org/jira/browse/MAPREDUCE-4960    Author: Jason Lowe, 2013-01-28, 22:12
[MAPREDUCE-4946] Type conversion of map completion events leads to performance problems with large jobs - MapReduce - [issue]
...We've seen issues with large jobs (e.g.: 13,000 maps and 3,500 reduces) where reducers fail to connect back to the AM after being launched due to connection timeout.  Looking at stack t...
http://issues.apache.org/jira/browse/MAPREDUCE-4946    Author: Jason Lowe, 2013-01-23, 14:04
[MAPREDUCE-4954] ShuffleHandler logs excessively when channel closed prematurely by reducer - MapReduce - [issue]
...As initially reported in MAPREDUCE-4801, the shuffle protocol allows a reducer to hangup the connection to a nodemanager after receiving the shuffle header.  This can introduce a connec...
http://issues.apache.org/jira/browse/MAPREDUCE-4954    Author: Jason Lowe, 2013-01-22, 16:22
[MAPREDUCE-4938] Job submission to unknown queue can leave staging directory behind - MapReduce - [issue]
...There is a race where submitting a job to an unknown queue can appear to succeed to the client and then subsequently fail later.  Since there was no AM ever launched, there was nothing ...
http://issues.apache.org/jira/browse/MAPREDUCE-4938    Author: Jason Lowe, 2013-01-15, 14:35
[MAPREDUCE-4810] Add admin command options for ApplicationMaster - MapReduce - [issue]
...It would be nice if the MR ApplicationMaster had the notion of admin options in addition to the existing user options much like we have for map and reduce tasks, e.g.: mapreduce.admin.map.ch...
http://issues.apache.org/jira/browse/MAPREDUCE-4810    Author: Jason Lowe, 2013-01-12, 12:35
[MAPREDUCE-4819] AM can rerun job after reporting final job status to the client - MapReduce - [issue]
...If the AM reports final job status to the client but then crashes before unregistering with the RM then the RM can run another AM attempt.  Currently AM re-attempts assume that the prev...
http://issues.apache.org/jira/browse/MAPREDUCE-4819    Author: Jason Lowe, 2013-01-04, 15:45
[MAPREDUCE-4813] AM timing out during job commit - MapReduce - [issue]
...The AM calls the output committer's commitJob method synchronously during JobImpl state transitions, which means the JobImpl write lock is held the entire time the job is being committed. &n...
http://issues.apache.org/jira/browse/MAPREDUCE-4813    Author: Jason Lowe, 2012-12-29, 14:05
Sort:
project
MapReduce (115)
Hadoop (31)
HDFS (11)
type
issue (112)
mail # dev (3)
date
last 7 days (7)
last 30 days (9)
last 90 days (29)
last 6 months (59)
last 9 months (115)
author
Harsh J (1034)
Arun C Murthy (500)
Vinod Kumar Vavilapalli (346)
Todd Lipcon (282)
Amar Kamat (184)
Mohammad Tariq (174)
Thomas Graves (173)
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)
Jason Lowe