| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
63 (0.115s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: JOIN fails with Index Out Of Bounds Error - Pig - [mail # user]
|
|
...Do you have a FLATTEN() involved? FLATTEN(null) can cause IndexOutOfBounds exception. ( if that is the case, see http://www.mail-archive.com/[EMAIL PROTECTED]/msg02275.html ) On ...
|
|
|
Author: Raghu Angadi,
2011-09-19, 23:48
|
|
|
Re: HBase get from within UDF vs. PIG FILTER - Pig - [mail # user]
|
|
...UDF could be faster some of the accesses. We do use a lookup UDF in some of the scripts. Looking up 6% of the rows might be a bit high for some tables. Raghu. On Fri, Aug 1...
|
|
|
Author: Raghu Angadi,
2011-08-19, 16:30
|
|
|
Re: Pig 0.9.0 has been released! - Pig - [mail # user]
|
|
...great to see major user facing features. Thanks guys. Will we see some standard macros (e.g. rowcount()) similar to standard UDFs? Even rowcount may not be trivial for casual use...
|
|
|
Author: Raghu Angadi,
2011-08-01, 02:06
|
|
|
Re: Understand Schema after a Join - Pig - [mail # user]
|
|
...Is implicit scalar conversion going to stay in PIG? My preference would to make it explicit like SCALAR(ACCT.year).. On Fri, Jul 29, 2011 at 11:00 AM, Raghu Angadi wrote: ...
|
|
|
Author: Raghu Angadi,
2011-07-29, 18:07
|
|
|
Re: Understand Schema after a Join - Pig - [mail # user]
|
|
...should be GENERATE ACCT::year, ACCT::month ... etc. this is a common mistake to use '.' instead of '::'.. I wish the error message is more user friendly.. PIG supports 'scalars' and as...
|
|
|
Author: Raghu Angadi,
2011-07-29, 18:00
|
|
|
Re: Blocking issue with HBase 0.90.3 and PIG 0.8.1 - Pig - [mail # user]
|
|
...Vincent, is the behavior random or the same each time? Couple of things to narrow it down.. - attach the entire console output from PIG run when this happened. - on...
|
|
|
Author: Raghu Angadi,
2011-07-27, 14:59
|
|
|
Re: conditional and multiple generate inside foreach? - Pig - [mail # user]
|
|
...I see 3 independent questions : 1. How can we pass entire row tuple to an UDF as 'B = FOREACH A GENERATE myudf(A)', without knowing schema? I don't know if that is passible. It ...
|
|
|
Author: Raghu Angadi,
2011-07-24, 01:44
|
|
|
Re: PigStorage's handling of InputFormat and OutputFormat - Pig - [mail # user]
|
|
...Thanks guys. Updated PIG-2187 with a new patch. On Fri, Jul 22, 2011 at 3:44 PM, Daniel Dai wrote: ...
|
|
|
Author: Raghu Angadi,
2011-07-22, 23:47
|
|
|
Re: PigStorage's handling of InputFormat and OutputFormat - Pig - [mail # user]
|
|
...makes sense. I will attach an updated patch that move Tuple serialization to StorageUtil. since we expect uses to extend PigStorage, I would like to add getFieldDelmiter() method.. oth...
|
|
|
Author: Raghu Angadi,
2011-07-22, 22:40
|
|
|
Re: PigStorage's handling of InputFormat and OutputFormat - Pig - [mail # user]
|
|
...Yes, I don't like the extra copies either.. thats why didn't mark the Jira 'patch available'. A static helper method would also be useful. But I don't see how it breaks how it breaks e...
|
|
|
Author: Raghu Angadi,
2011-07-22, 21:57
|
|
|
|