| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
112 (0.117s).
|
|
|
Loading phrases to help you refine your search...
|
|
MapFileoutput Format: keys out of order when emitting in reduce (Hadoop 0.20) - Hadoop - [mail # user]
|
|
...Hello, I re-wrote MapFileOutputFormat for use with Hadoop 0.20.1 and have a question. Suppose my Map sends key-value pairs to the reducers. In my reducer, for a given key value, i emit...
|
|
|
Author: Saptarshi Guha,
2009-12-23, 20:46
|
|
|
Request for access to context in partitioner - Hadoop - [mail # user]
|
|
...Hello Is it possible for the partitioner's constructor to accept the hadoop0.20 context object? My keys can be complex and would (if possible) like to partition in say the i'th element...
|
|
|
Author: Saptarshi Guha,
2009-12-10, 21:54
|
|
|
Suggestion for max.mapred.map.tasks - Hadoop - [mail # user]
|
|
...Hello, I have access to a small group of heterogenous servers: A has four cores, 16gb B : four such machines , eight Cores ,16gb C: two, each with 16 Cores and 128gb Each of thes...
|
|
|
Author: Saptarshi Guha,
2009-12-10, 21:42
|
|
|
Re: GC overhead limit reached when tasktrackers start - Hadoop - [mail # user]
|
|
...Yes, this is it, because the TT's were running fine before the bad job. I cleared the directory(which took forever) and it worked Thanks Saptarshi On Mon, Nov 30, 2009 at 12:48 PM, Tod...
|
|
|
Author: Saptarshi Guha,
2009-11-30, 21:32
|
|
|
GC overhead limit reached when tasktrackers start - Hadoop - [mail # user]
|
|
...Hello, While trying to start the task tracker I get the following error in the logs (see below). I'm guessing its trying to clean up an aborted job( a badly coded one) and too many files to ...
|
|
|
Author: Saptarshi Guha,
2009-11-30, 16:53
|
|
|
Creating Sequence File in C++ - Hadoop - [mail # user]
|
|
...Hello, Let my Key-Value be something like BinaryWritables (my own class, but something like this). Is there a way to create the Sequence File composed of several such key - value...
|
|
|
Author: Saptarshi Guha,
2009-11-28, 03:07
|
|
|
Re: The name of the current input file during a map - Hadoop - [mail # user]
|
|
...Hello again, I'm using Hadoop 0.21 and its context object e.g public void setup(Context context) { Configuration cfg = context.getConfiguration(); System.out.println("mapred.in...
|
|
|
Author: Saptarshi Guha,
2009-11-26, 07:27
|
|
|
Re: The name of the current input file during a map - Hadoop - [mail # user]
|
|
...Thank you. Regards Saptarshi On Thu, Nov 26, 2009 at 2:10 AM, Amogh Vasekar wrote: ng...
|
|
|
Author: Saptarshi Guha,
2009-11-26, 07:13
|
|
|
The name of the current input file during a map - Hadoop - [mail # user]
|
|
...Hello, I have a set of input files part-r-* which I will pass through another map(no reduce). the part-r-* files consist of key, values, keys being small, values fairly large(MB's) &nb...
|
|
|
Author: Saptarshi Guha,
2009-11-26, 07:05
|
|
|
Number of maps do not correspond to mapred.tasktracker.map.tasks.maximum - Hadoop - [mail # user]
|
|
...Hello, I'm using Hadoop 0.21 and have mapred.tasktracker.map.task.max set to 6. Yet despite there being 1000 tasks only is being run (according to the web ui)(the corresponding one fo...
|
|
|
Author: Saptarshi Guha,
2009-09-07, 22:27
|
|
|
|