| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
334 (0.16s).
|
|
|
Loading phrases to help you refine your search...
|
|
Is default number of reducers = 1? - Hadoop - [mail # user]
|
|
...Hi, I used to do job.setNumReduceTasks(1); but I realized that this is bad and commented out this line //job.setNumReduceTasks(1); I still see the number of red...
|
|
|
Author: Mark Kerzner,
2012-02-21, 05:04
|
|
|
Re: How to set up output field separator? - Hadoop - [mail # user]
|
|
...Harsh, I think it worked in Hadoop 0.20, but it does not work with the new mapreduce API, and even this key, mapreduce.output.textoutputformat.separator, does not help. Maybe I s...
|
|
|
Author: Mark Kerzner,
2012-02-07, 17:17
|
|
|
How to set up output field separator? - Hadoop - [mail # user]
|
|
...Hi, all, I've tried this configuration.set("map.output.key.field.separator", ","); but it did not work. How do I set the separator to another field, from its default "tab"?...
|
|
|
Author: Mark Kerzner,
2012-02-07, 14:27
|
|
|
Re: Can't achieve load distribution - Hadoop - [mail # user]
|
|
...And that is exactly what I found. I have a "hack" for now - give all files on the command line - and I will wait for the next release in some distribution. Thank you, Mark ...
|
|
|
Author: Mark Kerzner,
2012-02-03, 04:25
|
|
|
Re: Can't achieve load distribution - Hadoop - [mail # user]
|
|
...Praveen, this seems just like the right thing, but it's API 0.21 (I googled about the problems with it), so I have to use either the next Cloudera release, or Hortonworks, or something...
|
|
|
Author: Mark Kerzner,
2012-02-02, 19:55
|
|
|
Re: Can't achieve load distribution - Hadoop - [mail # user]
|
|
...Thanks! Mark On Wed, Feb 1, 2012 at 7:44 PM, Anil Gupta wrote: ...
|
|
|
Author: Mark Kerzner,
2012-02-02, 04:13
|
|
|
Re: Can't achieve load distribution - Hadoop - [mail # user]
|
|
...Anil, do you mean one block of HDFS, like 64MB? Mark On Wed, Feb 1, 2012 at 7:03 PM, Anil Gupta wrote: ...
|
|
|
Author: Mark Kerzner,
2012-02-02, 01:06
|
|
|
Can't achieve load distribution - Hadoop - [mail # user]
|
|
...Hi, I have a simple MR job, and I want each Mapper to get one line from my input file (which contains further instructions for lengthy processing). Each line is 100 characters long, an...
|
|
|
Author: Mark Kerzner,
2012-02-02, 00:21
|
|
|
Re: Using S3 instead of HDFS - Hadoop - [mail # user]
|
|
...Awesome important, Matt, thank you so much! Mark On Wed, Jan 18, 2012 at 10:53 AM, Matt Pouttu-Clarke wrote: ...
|
|
|
Author: Mark Kerzner,
2012-01-18, 16:56
|
|
|
Re: Using S3 instead of HDFS - Hadoop - [mail # user]
|
|
...It worked, thank you, Harsh. Mark On Wed, Jan 18, 2012 at 1:16 AM, Harsh J wrote: ...
|
|
|
Author: Mark Kerzner,
2012-01-18, 16:37
|
|
|
|