| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
96 (0.138s).
|
|
|
Loading phrases to help you refine your search...
|
|
possible resource leak in capacity scheduler - MapReduce - [mail # user]
|
|
...i have simple 2 node cluster. one node with 2 GB and second with 1 GB RAM on node with 1 GB is running application master - no memory left, nothing runs on node with 2 GB RAM &nb...
|
|
|
Author: Radim Kolar,
2012-10-15, 09:44
|
|
|
Re: multipleoutputs does not like speculative execution in map-only job - MapReduce - [mail # user]
|
|
|
|
Author: Radim Kolar,
2012-09-13, 19:51
|
|
|
Re: multipleoutputs does not like speculative execution in map-only job - MapReduce - [mail # user]
|
|
... yes. job.setOutputFormatClass(SequenceFileOutputFormat.class);...
|
|
|
Author: Radim Kolar,
2012-09-13, 08:09
|
|
|
multipleoutputs does not like speculative execution in map-only job - MapReduce - [mail # user]
|
|
...with speculative execution enabled Hadoop can run task attempt on more then 1 node. If mapper is using multipleoutputs then second attempt (or sometimes even all) fails to create...
|
|
|
Author: Radim Kolar,
2012-09-12, 22:51
|
|
|
Re: init/shutdown API for partitioner - MapReduce - [mail # dev]
|
|
...use case is spring context + datagrid. which needs init/shutdown cycle. Same stuff needs to be added to RawComparator too....
|
|
|
Author: Radim Kolar,
2012-08-25, 21:53
|
|
|
Re: init/shutdown API for partitioner - MapReduce - [mail # dev]
|
|
...https://issues.apache.org/jira/browse/MAPREDUCE-4594...
|
|
|
Author: Radim Kolar,
2012-08-25, 21:42
|
|
|
init/shutdown API for partitioner - MapReduce - [mail # dev]
|
|
...Mapper partioner supports only Configurable API which can be used for basic init. Problem is that there is no shutdown function. I propose to use standard setup() cleanup() funct...
|
|
|
Author: Radim Kolar,
2012-08-25, 16:34
|
|
|
Re: [jira] [Created] (MAPREDUCE-4275) Plugable process tree - MapReduce - [mail # dev]
|
|
...can be this committed already? I need it for freebsd port. Patch + review was done. https://issues.apache.org/jira/browse/MAPREDUCE-4275...
|
|
|
Author: Radim Kolar,
2012-08-24, 18:46
|
|
|
[MAPREDUCE-4275] Plugable process tree - MapReduce - [issue]
|
|
...Trunk version of Pluggable process tree. Work based on MAPREDUCE-4204...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4275
Author: Radim Kolar,
2012-08-15, 00:27
|
|
|
processing multiple blocks by single JVM - MapReduce - [mail # user]
|
|
...In yarn, JVM does not exit after processing one HDFS block. If another block is being processed by same JVM, it is called setup() again? I discovered that my setup() method needs...
|
|
|
Author: Radim Kolar,
2012-08-05, 21:53
|
|
|
|