| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
121 (0.381s).
|
|
|
Loading phrases to help you refine your search...
|
|
[MAPREDUCE-5251] Reducer should not implicate map attempt if it has insufficient space to fetch map output - MapReduce - [issue]
|
|
...A job can fail if a reducer happens to run on a node with insufficient space to hold a map attempt's output. The reducer keeps reporting the map attempt as bad, and if the map attempt ...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5251
Author: Jason Lowe,
2013-05-15, 14:53
|
|
|
[MAPREDUCE-5168] Reducer can OOM during shuffle because on-disk output stream not released - MapReduce - [issue]
|
|
...If a reducer needs to shuffle a map output to disk, it opens an output stream and writes the data to disk. However it does not release the reference to the output stream within the Map...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5168
Author: Jason Lowe,
2013-05-14, 18:04
|
|
|
[MAPREDUCE-5211] Reducer intermediate files can collide during merge - MapReduce - [issue]
|
|
...The OnDiskMerger.merge method constructs an output path that is not unique to a reduce attempt, and as a result can result in a file collision with other reducers from the same app that are ...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5211
Author: Jason Lowe,
2013-05-13, 21:57
|
|
|
Re: 2.0.4 beta vs 2.0.3 - MapReduce - [mail # dev]
|
|
...This may be related to MAPREDUCE-5168 . There's a memory leak of sorts in the shuffle if many map outputs end up being merged from disk. Jason On 05/04/2013 06:...
|
|
|
Author: Jason Lowe,
2013-05-06, 15:09
|
|
|
Re: [VOTE] Release Apache Hadoop 2.0.4-alpha - MapReduce - [mail # dev]
|
|
...+1 (binding) - verified signatures and checksums - installed single-node cluster from binaries and ran sample jobs - built and installed single-node cluster from source and ran sample ...
|
|
|
Author: Jason Lowe,
2013-04-19, 22:43
|
|
|
[MAPREDUCE-4941] Use of org.apache.hadoop.mapred.lib.CombineFileRecordReader requires casting - MapReduce - [issue]
|
|
...Unlike its counterpart in org.apache.hadoop.mapreduce.lib.input, the CombineFileRecordReader in mapred requires a user to cast to a RecordReader since the constructor specification says it m...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4941
Author: Jason Lowe,
2013-04-15, 19:57
|
|
|
[MAPREDUCE-5144] TestAMWebApp.testConfView has poor test coverage - MapReduce - [issue]
|
|
...testConfView is supposed to test the rendering of a job's configuration page, but the rendering code exits early with, "Sorry, can't do anything without a JobID." Therefore it's not re...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5144
Author: Jason Lowe,
2013-04-11, 16:32
|
|
|
[MAPREDUCE-5079] Recovery should restore task state from job history info directly - MapReduce - [issue]
|
|
...We've encountered a lot of hanging issues during MR-AM recovery because the state machines don't always end up in the same states after recovery. This is especially true when speculati...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5079
Author: Jason Lowe,
2013-04-11, 15:04
|
|
|
[MAPREDUCE-5043] Fetch failure processing can cause AM event queue to backup and eventually OOM - MapReduce - [issue]
|
|
...Saw an MRAppMaster with a 3G heap OOM. Upon investigating another instance of it running, we saw the UI in a weird state where the task table and task attempt tables in the job overvie...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5043
Author: Jason Lowe,
2013-04-02, 15:31
|
|
|
[MAPREDUCE-5002] AM could potentially allocate a reduce container to a map attempt - MapReduce - [issue]
|
|
...As discussed in MAPREDUCE-4982, after MAPREDUCE-4893 it is theoretically possible for the AM to accidentally assign a reducer container to a map attempt if the AM doesn't find a reduce attem...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5002
Author: Jason Lowe,
2013-03-31, 22:40
|
|
|
|