| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
125 (0.052s).
|
|
|
Loading phrases to help you refine your search...
|
|
Object creation when using UDFs - Pig - [mail # user]
|
|
...Does pig ever share same instance of object concurrently at run time? Or does it create a new instance for every invocation? I wrote UDF with a public data member (not static) but I wonder i...
|
|
|
Author: Mohit Anchlia,
2012-04-24, 23:05
|
|
|
Re: Unit test UDF - Pig - [mail # user]
|
|
...I was finally able to write unit test, something like this: It seem to work so I think the way I understood these records is probably correct. public class OUTPUTTest { pri...
|
|
|
Author: Mohit Anchlia,
2012-04-24, 22:46
|
|
|
Re: Unit test UDF - Pig - [mail # user]
|
|
...I am still having difficulty converting this line from a file to tuple. 1333477861077/home/hadoop/pigtest/./formml_dat/999000093_return.xml 04/03/12 11:36:25 {(ST:NC),(ZIP:28613),(CITY...
|
|
|
Author: Mohit Anchlia,
2012-04-24, 18:38
|
|
|
Re: Are records tuple - Pig - [mail # user]
|
|
...Thanks for the response, that helps. I was thinking the same but now knowing too much about pig I wanted to clarify. I'll look at how to use PigStorage in my unit test. On Sun, Apr 22,...
|
|
|
Author: Mohit Anchlia,
2012-04-23, 01:27
|
|
|
Re: Are records tuple - Pig - [mail # user]
|
|
...Could someone help mw answer this question if records (each line) == tuples? On Fri, Apr 20, 2012 at 4:22 PM, Mohit Anchlia wrote: ...
|
|
|
Author: Mohit Anchlia,
2012-04-22, 16:56
|
|
|
Re: Are records tuple - Pig - [mail # user]
|
|
...Additional details, when I try to build a tuple from a line in a file using below code from my previous email I get . Looks like I need to define schema somehow. I wonder how others test thi...
|
|
|
Author: Mohit Anchlia,
2012-04-20, 23:38
|
|
|
Are records tuple - Pig - [mail # user]
|
|
...I am writing unit test but I had a doubt. My understanding is that complete record is a tuple. So record "a b {(ST:NC),(ZIP:28613),(CITY:Xxxxxxx),(NAM2:Xxxxx X &xxx; Xxxxx X Xxxxxx)} ...
|
|
|
Author: Mohit Anchlia,
2012-04-20, 23:22
|
|
|
maven for pigunit - Pig - [mail # user]
|
|
...Is there a maven repo for pig unit tests?...
|
|
|
Author: Mohit Anchlia,
2012-04-20, 23:00
|
|
|
Re: Unit test UDF - Pig - [mail # user]
|
|
...Thanks for your response. Yes I am using those in my udf eval function. Actually my quesiton was around how do I build the tuple? Is there a utility method that would let me build my tuple w...
|
|
|
Author: Mohit Anchlia,
2012-04-20, 14:48
|
|
|
Re: Unit test UDF - Pig - [mail # user]
|
|
...Thanks! I am trying to figure out how to create a Tuble object that also has bags in it. I have a record like this that I want to pass to UDF as a tuple. Any info would be very helpful. &nbs...
|
|
|
Author: Mohit Anchlia,
2012-04-20, 00:51
|
|
|
|