Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 6 from 6 (2.8s).
Loading phrases to help you
refine your search...
Re: number of mapper tasks - MapReduce - [mail # user]
...Hello,      I have been able to make this work. I don't know why, but when but input file is zipped (read as a input stream) it creates only 1 mapper. However, when it's not z...
   Author: Marcelo Elias Del Valle, 2013-01-29, 12:53
Re: number of mapper tasks - MapReduce - [mail # user]
...I implemented my custom input format. Here is how I used it: https://github.com/mvallebr/CSVInputFormat/blob/master/src/test/java/org/apache/hadoop/mapreduce/lib/input/test/CSVTestRunner.jav...
   Author: Marcelo Elias Del Valle, 2013-01-29, 10:52
Re: number of mapper tasks - MapReduce - [mail # user]
...Just to complement the last question, I have implemented the getSplits method in my input format: https://github.com/mvallebr/CSVInputFormat/blob/master/src/main/java/org/apache/hadoop/mapre...
   Author: Marcelo Elias Del Valle, 2013-01-28, 20:56
Re: number of mapper tasks - MapReduce - [mail # user]
...Sorry for asking too many questions, but the answers are really happening.   2013/1/28 Harsh J    Indeed, CPU is my bottleneck. That's why I want more things in parallel. Actu...
   Author: Marcelo Elias Del Valle, 2013-01-28, 16:55
Re: number of mapper tasks - MapReduce - [mail # user]
...Hello Harsh,      First of all, thanks for the answer!   2013/1/28 Harsh J   Is there anything I can do in my job, my code or in my inputFormat so that hadoop would ...
   Author: Marcelo Elias Del Valle, 2013-01-28, 16:31
number of mapper tasks - MapReduce - [mail # user]
...Hello,      I am using hadoop with TextInputFormat, a mapper and no reducers. I am running my jobs at Amazon EMR. When I run my job, I set both following options: -s,mapred.ta...
   Author: Marcelo Elias Del Valle, 2013-01-28, 15:54
Sort:
project
MapReduce (6)
HDFS (1)
type
mail # user (6)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (6)
last 9 months (6)
author
Harsh J (1045)
Arun C Murthy (501)
Vinod Kumar Vavilapalli (351)
Todd Lipcon (283)
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 (147)
Tom White (138)
Aaron Kimball (131)
Marcelo Elias Del Valle