| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
955 (2.796s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Current "patch available' and open issues - Pig - [mail # dev]
|
|
...+1. I think we'll also need to work on training contributors to change the state to Patch Available, as I find a lot of JIRAs in the open state that are ready for review. &...
|
|
|
Author: Alan Gates,
2012-09-04, 17:59
|
|
|
Re: Count of all the rows - Pig - [mail # user]
|
|
...Expression in Pig can only have tuples and bags. A tuple is a single record. It has a defined number of fields. Those fields are in a defined order. They ...
|
|
|
Author: Alan Gates,
2012-09-04, 15:51
|
|
|
[PIG-2421] EvalFuncs need redesigned - Pig - [issue]
|
|
...The current EvalFunc interface (and associated Algebraic and Accumulator interfaces) have grown unwieldy. In particular, people have noted the following issues: Writing a UDF requires ...
|
|
|
http://issues.apache.org/jira/browse/PIG-2421
Author: Alan Gates,
2012-08-31, 00:06
|
|
|
Re: Count of all the rows - Pig - [mail # user]
|
|
...Even in SQL when you do select count(*) you are actually grouping, the language just hides it from you. Each map/combiner counts the number of records it sees and sends th...
|
|
|
Author: Alan Gates,
2012-08-29, 23:52
|
|
|
Re: Count of all the rows - Pig - [mail # user]
|
|
...A = load 'foo'; B = group A all; C = foreach B generate COUNT(A); Alan. On Aug 29, 2012, at 3:51 PM, Mohit Anchlia wrote: ...
|
|
|
Author: Alan Gates,
2012-08-29, 23:03
|
|
|
[PIG-2892] piggybank build failing on trunk - Pig - [issue]
|
|
...When I try to build Piggybank I get:[javac] /grid/0/hortonal/src/pig/top/trunk/contrib/piggybank/java/build.xml:92: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath...
|
|
|
http://issues.apache.org/jira/browse/PIG-2892
Author: Alan Gates,
2012-08-29, 14:57
|
|
|
Re: Help with Log Processing - Pig - [mail # user]
|
|
...The issue you're going to run into is that Pig's default load function uses FileInputFormat, which always divides records on line end. You could clone FileInputFormat and t...
|
|
|
Author: Alan Gates,
2012-08-25, 01:21
|
|
|
Re: Number of mappers in MRCompiler - Pig - [mail # dev]
|
|
...Sorry for the very slow response, but here it is, hopefully better late than never. On Jul 25, 2012, at 4:28 PM, Prasanth J wrote: based on the input file size and perform ...
|
|
|
Author: Alan Gates,
2012-08-23, 22:20
|
|
|
Re: add a field, ordered - Pig - [mail # user]
|
|
...Take a look at https://issues.apache.org/jira/browse/PIG-2353 I believe that's the JIRA for where they're doing the work. Alan. On Aug 14, 2012, at 3:38 AM, Lauren Bl...
|
|
|
Author: Alan Gates,
2012-08-23, 20:43
|
|
|
Re: Fallback for output data storage - Pig - [mail # user]
|
|
...You can simply store the data twice at the end of your script. Pig will split it and send it to both. It shouldn't fail the HDFS storage if the dbstorage fails (but t...
|
|
|
Author: Alan Gates,
2012-08-23, 15:01
|
|
|
|