| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
955 (0.087s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-2328] Add builtin UDFs for building and using bloom filters - Pig - [issue]
|
|
...Bloom filters are a common way to do select a limited set of records before moving data for a join or other heavy weight operation. Pig should add UDFs to support building and using bl...
|
|
|
http://issues.apache.org/jira/browse/PIG-2328
Author: Alan Gates,
2012-10-23, 17:25
|
|
|
Re: About full pipeline between pig jobs - Pig - [mail # user]
|
|
...At this point, no. In the current MapReduce infrastructure it would take a lot of hackery that breaks the MR abstraction to make this work[1]. This is one thing we'd ...
|
|
|
Author: Alan Gates,
2012-10-22, 13:16
|
|
|
Re: Unit test failures - Pig - [mail # dev]
|
|
...I would like to push the fixes for Windows into 0.11, as they are mostly small bug fixes. There's already an umbrella JIRA for these, https://issues.apache.org/jira/browse/...
|
|
|
Author: Alan Gates,
2012-10-15, 20:38
|
|
|
Re: [jira] [Commented] (PIG-2963) Illustrate command and POPackageLite - Pig - [mail # dev]
|
|
...Send email to [EMAIL PROTECTED] Alan. On Oct 15, 2012, at 12:59 PM, Curtis Strite wrote: wrote: https://issues.apache.org/jira/browse/PIG-2963?page=com.atlassian.jira.p lug...
|
|
|
Author: Alan Gates,
2012-10-15, 20:29
|
|
|
Re: Pig 0.11 - Pig - [mail # dev]
|
|
...At this point no one has taken on release documentation for 0.11. Alan. On Oct 15, 2012, at 11:49 AM, Olga Natkovich wrote: page? that as well. I would also be happy ...
|
|
|
Author: Alan Gates,
2012-10-15, 18:55
|
|
|
Re: There's nothing like an "#include" statement for splicing common text into a pig script, right? - Pig - [mail # user]
|
|
...See http://pig.apache.org/docs/r0.10.0/cont.html#import-macros Alan. On Oct 11, 2012, at 7:36 AM, Trager Corey wrote: text for the field names and types in one place.  ...
|
|
|
Author: Alan Gates,
2012-10-11, 17:15
|
|
|
Re: Decide if function is algebraic at planning phase - Pig - [mail # user]
|
|
...There is one way you could shoe-horn this in. EvalFuncs can implement funcToArgMapping, which is built to allow functions to pick a different instance of themselves for dif...
|
|
|
Author: Alan Gates,
2012-10-09, 15:10
|
|
|
Re: Question about UDFs and tuple ordering - Pig - [mail # user]
|
|
...Many operators, such as join and group by, are not implemented by a single physical operation. Also, they are spread through the code as they have logical components and ph...
|
|
|
Author: Alan Gates,
2012-10-05, 18:31
|
|
|
Re: Loading text file - Pig - [mail # user]
|
|
...There is not a pre-built load function to do that. In fact I am not aware of a Hadoop InputFormat that does that. So you would first need to subclass Hadoop's FileInp...
|
|
|
Author: Alan Gates,
2012-10-03, 19:47
|
|
|
[PIG-2935] Catch NoSuchMethodError when StoreFuncInterface's new cleanupOnSuccess method isn't implemented. - Pig - [issue]
|
|
...We should catch a NoSuchMethodError here so that old implementations of StoreFuncInterface still work. This will still be incompatible for people who re-compile their store functions....
|
|
|
http://issues.apache.org/jira/browse/PIG-2935
Author: Alan Gates,
2012-10-02, 18:06
|
|
|
|