Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 15 (0.286s).
Loading phrases to help you
refine your search...
error in escaping "/" and "+" in hadoop s3://key:secret@bucket/ - Hadoop - [mail # user]
...previously this does work, by escaping "/" with "%2F" (not sure about the "+" case)   now hadoop gives me error saying that signature is wrong.  I went back and generated a new key...
   Author: Yang, 2013-01-18, 23:35
out of memory for Reducer possible? - Hadoop - [mail # user]
...if I do a  X = GROUP ALL my_relation;  in pig.  and let's say X is very big, and contains 1billion records, in the reducer,would it be possible for the reducer to get OOM or s...
   Author: Yang, 2012-08-24, 01:43
Re: can't disable speculative execution? - Hadoop - [mail # user]
...Thanks Harsh  I did set mapred.map.tasks = 1  but still I can consistently see 3 mappers being invoked  and the order is always like this:  ****_00002_0 ***_00000_0 ***_0...
   Author: Yang, 2012-07-12, 06:39
Re: can't disable speculative execution? - Hadoop - [mail # user]
...yes, let me try that  changing the max mapper slot actually requires changing the hadoop config, since I just found that it's "final" param    On Wed, Jul 11, 2012 at 10:05 PM...
   Author: Yang, 2012-07-12, 05:07
Re: can't disable speculative execution? - Hadoop - [mail # user]
...Thanks Harsh  I see  then there seems to be some small problems with the Splitter / InputFormat.  I'm just reading a 1-line text file through pig:  A = LOAD 'myinput.txt'...
   Author: Yang, 2012-07-12, 05:06
can't disable speculative execution? - Hadoop - [mail # user]
...I set the following params to be false in my pig script (0.10.0)  SET mapred.map.tasks.speculative.execution false; SET mapred.reduce.tasks.speculative.execution false;   I also ve...
   Author: Yang, 2012-07-12, 03:46
force minimum number of nodes to run a job? - Hadoop - [mail # user]
...let's say my job can run on 4 mapper slots, but if there is only 1 slot available, I don't want them to run one by one, and have to wait till the time that at least 4 slots are available. &n...
   Author: Yang, 2012-07-03, 00:18
bug in streaming? - Hadoop - [mail # user]
...if I set input to a file that contains just 1 line (which does not even contain "\n")  and the mapper is  -mapper " bash -c './a.sh' "  and a.sh is  echo -n "|" cat echo ...
   Author: Yang, 2012-07-02, 21:16
S3-->HDFS -->MR or S3-->MR ? - Hadoop - [mail # user]
...our raw data is in S3, and we need to process them, and dump the output to S3.  so there is no need to store the raw data or output on HDFS.  but since MR works on hdfs,  we n...
   Author: Yang, 2012-06-20, 04:56
ulimit -v changed for child job? - Hadoop - [mail # user]
...the Child of our jobs are launched using user hdfs  we got OOM in some jobs when they try to mmap() a big file.  I manually checked the ulimit -v of hdfs on the slave nodes, they a...
   Author: Yang, 2012-06-13, 22:41
Sort:
project
Pig (76)
Avro (52)
Zookeeper (21)
Hadoop (15)
HBase (8)
MapReduce (5)
Hive (1)
type
mail # user (15)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (15)
author
Harsh J (1373)
Steve Loughran (928)
Owen O'Malley (816)
Todd Lipcon (755)
Arun C Murthy (573)
Eli Collins (512)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (335)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (302)
jason hadoop (279)
Yang