Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 76 (0.318s).
Loading phrases to help you
refine your search...
pigUnit forces fixed order? - Pig - [mail # user]
...if my pig script STOREs a relation, the order of rows in the relation is normally not important.  but when I use pigUnit to test, the actual test on the STORE'ed variable is a simple st...
   Author: Yang, 2012-06-24, 06:49
Re: small problem with pigUnit - Pig - [mail # user]
...the issue is that if you have the "dump" line,  the udf "myUDF(x)" fails to get the parameter : as I debug into the udf, the parameter tuple.get(0) gives NULL   Yang  On Sat, ...
   Author: Yang, 2012-06-24, 05:51
Re: How can I set the mapper number for pig script? - Pig - [mail # user]
...hi Sheng:  I had exactly the same problem as you did.  right now with hadoop 0.20 and above you can't do it anymore, because the new mapreduce.lib.input.FileInputFormat disabled th...
   Author: Yang, 2012-06-23, 21:58
small problem with pigUnit - Pig - [mail # user]
...if I have an assert line:  assertOutput('myinput' , input_data, 'myoutput', output_data);   and in my test pig script, I dump out the var myoutput:  dump myoutput;   &nbs...
   Author: Yang, 2012-06-23, 00:34
can't verify an output bag with pigUnit? - Pig - [mail # user]
...pigUnit compares the serialized string of an output result against a pre-defined expected output string.  this is a problem with DataBag output, cuz the order of elements in a bag is no...
   Author: Yang, 2012-06-22, 21:29
Re: easiest way to get loops in PIG? - Pig - [mail # user]
...well, I tried to give a pure pig latin version without using Udf, but now it seems too cumbersome without udf:   2 of the problems I can't solve is: for a bag [ (id : int,  extra_i...
   Author: Yang, 2012-06-21, 04:33
Re: error with FLATTEN and nested generate - Pig - [mail # user]
...thanks, but the error msg is for the line before the xx.x  also I removed the xx.x completely and it still gave errors   On Wed, Jun 20, 2012 at 9:09 PM, Bill Graham  wrote: &...
   Author: Yang, 2012-06-21, 04:15
error with FLATTEN and nested generate - Pig - [mail # user]
...I'm trying to run the following code, ---- I had another piece of code that looks exactly the same , just var name differences, that one runs fine, but this one gave errors:  2012-06-20...
   Author: Yang, 2012-06-21, 03:15
Re: easiest way to get loops in PIG? - Pig - [mail # user]
...hehehe, thanks, I'll post my version slightly later :)  On Wed, Jun 20, 2012 at 7:19 PM, Norbert Burger wrote:  ...
   Author: Yang, 2012-06-21, 02:22
Re: easiest way to get loops in PIG? - Pig - [mail # user]
...Thanks Prashant for the pointer, this is definitely a good approach  On Wed, Jun 20, 2012 at 7:15 PM, Prashant Kommireddi wrote:  ...
   Author: Yang, 2012-06-21, 02:20
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