Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 71 to 76 from 76 (0.265s).
Loading phrases to help you
refine your search...
Re: how to control the number of mappers? - Pig - [mail # user]
...ok, I see, I was using pig 0.5  tried 0.9, works now  thanks!  On Tue, Jan 17, 2012 at 1:20 PM, Yang  wrote:  ...
   Author: Yang, 2012-01-17, 21:28
Re: how to control the number of mappers? - Pig - [mail # user]
...weird  I tried  # head a.pg  set job.name 'blah'; SET mapred.map.tasks.speculative.execution false; set mapred.min.split.size 10000;  set mapred.tasktracker.map.tasks.max...
   Author: Yang, 2012-01-17, 21:20
Re: how to control the number of mappers? - Pig - [mail # user]
...Prashant:  I tried splitting the input files, yes that worked, and multiple mappers were indeed created.  but then I would have to create a separate stage simply to split the input...
   Author: Yang, 2012-01-17, 20:53
Re: how to control the number of mappers? - Pig - [mail # user]
...thanks, but from http://pig.apache.org/docs/r0.7.0/piglatin_ref2.html#set it looks the params that can be 'set' is very limited, and does not contain the min split size  and mapper coun...
   Author: Yang, 2012-01-17, 20:46
Re: how to control the number of mappers? - Pig - [mail # user]
...Prashant:  thanks.  by "reducing the block size", do you mean split size ? ---- block size is fixed on a hadoop hdfs.  my application is not really data heavy, each line of in...
   Author: Yang, 2012-01-12, 02:27
how to control the number of mappers? - Pig - [mail # user]
...I have a pig script  that does basically a map-only job:  raw = LOAD 'input.txt' ;  processed = FOREACH raw GENERATE convert_somehow($1,$2...);  store processed into 'out...
   Author: Yang, 2012-01-12, 02:12
Sort:
project
Pig (76)
Avro (52)
Zookeeper (21)
Hadoop (15)
HBase (8)
MapReduce (5)
Hive (1)
type
mail # user (76)
date
last 7 days (0)
last 30 days (1)
last 90 days (6)
last 6 months (8)
last 9 months (76)
author
Dmitriy Ryaboy (1352)
Alan Gates (955)
Jonathan Coveney (732)
Daniel Dai (545)
Russell Jurney (485)
Olga Natkovich (453)
Prashant Kommireddi (367)
Bill Graham (334)
Cheolsoo Park (246)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (154)
Jeff Zhang (146)
Santhosh Srinivasan (142)
Yang