RE: Manually build tuple from three group relations

2011-07-07 Thread william.dowling
You could use two rounds of the outer join/filter by null idiom. For example after the first round you would get allTermsMinusNonNumbers like this: grunt> sh cat allTerms aa bb cc 11 22 33 grunt> sh cat nonNumbers cc grunt> allTerms = load 'allTerms' as (term:chararray); grunt> nonNumbers = load

Re: UDF property passing

2011-07-07 Thread Jeremy Hanna
On Jul 6, 2011, at 11:10 PM, Raghu Angadi wrote: > On Wed, Jul 6, 2011 at 7:20 PM, Jeremy Hanna > wrote: > >> >> On Jul 6, 2011, at 12:47 PM, Dmitriy Ryaboy wrote: >> >>> I think this is the same problem we were having earlier: >>> http://hadoop.markmail.org/thread/kgxhdgw6zdmadch4 >>> >>> O