| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
76 (5.935s).
|
|
|
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
|
|
|
|