I found a solution...
Implementation of MySlice.getLocations() had a bug :)
Sorry for disturbing you...
2010/3/16 Bae, Jae Hyeon :
> I tested MyStorage with local-installation of hadoop, it worked
> successfully!!!
>
> OMG, what's wrong with my implementation? could you guess?
>
> 2010/3/16 Bae
I tested MyStorage with local-installation of hadoop, it worked successfully!!!
OMG, what's wrong with my implementation? could you guess?
2010/3/16 Bae, Jae Hyeon :
> I am sorry that the following error messages are generated from
> taskdetails.jsp.
>
> I tried to investigate what caused mapred
I am sorry that the following error messages are generated from taskdetails.jsp.
I tried to investigate what caused mapreduce job to fail with reading
pig source codes, but I couldn't...
Please let me know how I can fix it...
I attached console output of pig execution:
2010-03-16 15:15:59,092 [
Hi everyone.
I implemented LoadFunc and Slicer interface and I tried to use it with
the following pig script:
a = LOAD '/data/part-0.anc.gz' USING MyStorage() AS (source:chararray);
b = FILTER a BY (source == 'http://www.sonyfinance.co.jp/');
DUMP b;
MapReduce job is dead immediately with th