| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
493 (0.398s).
|
|
|
Loading phrases to help you refine your search...
|
|
~/.pigrc or ~/.pigbootup? Impossible to parametize anything in Grunt? - Pig - [mail # user]
|
|
...I need to run these things as Pig boots, and have them work in Grunt: /* Setup for Piggybank */ %default PIGGYBANK_LIB '/me/Software/pig/contrib/piggybank/java' REGISTER $PIBBYBANK_LIB...
|
|
|
Author: Russell Jurney,
2013-01-05, 21:49
|
|
|
When is 0.11 out? - Pig - [mail # user]
|
|
...When is Pig 0.11 slated for starting the RC process? Russell Jurney twitter.com/rjurney [EMAIL PROTECTED] datasyndrome.com...
|
|
|
Author: Russell Jurney,
2013-01-05, 20:49
|
|
|
Re: Making Pig run faster in local mode - Pig - [mail # user]
|
|
...+1 wasn't there a slowdown bug a little while ago? What version of Pig? On Jan 4, 2013 11:07 AM, "Jonathan Coveney" wrote: ...
|
|
|
Author: Russell Jurney,
2013-01-04, 22:04
|
|
|
Re: How can I load these data as "bag"? - Pig - [mail # user]
|
|
...This isn't well documented, but here's from RAM: a = load 'my.data' as id:chararray, stuff:bag{thing:tuple(field1, field2, field3)}; Don't forget to set the types on the fieldNs....
|
|
|
Author: Russell Jurney,
2012-12-31, 09:00
|
|
|
Re: Group by with count - Pig - [mail # user]
|
|
...Shortened: b = foreach (group a by (col1, col2, col3)) generate FLATTEN(group), COUNT_STAR(a); On Dec 27, 2012 11:31 AM, "Jonathan Coveney" wrote: ...
|
|
|
Author: Russell Jurney,
2012-12-27, 20:14
|
|
|
[PIG-2614] AvroStorage crashes on LOADING a single bad error - Pig - [issue]
|
|
...AvroStorage dies when a single bad record exists, such as one with missing fields. This is very bad on 'big data,' where bad records are inevitable. See discussion at http://www....
|
|
|
http://issues.apache.org/jira/browse/PIG-2614
Author: Russell Jurney,
2012-12-26, 06:55
|
|
|
Re: Error without pig script line information - Pig - [mail # user]
|
|
...Please paste the script. Russell Jurney http://datasyndrome.com On Dec 24, 2012, at 12:37 AM, Haitao Yao wrote: ...
|
|
|
Author: Russell Jurney,
2012-12-24, 08:38
|
|
|
[PIG-3104] XMLLoader return Pig tuple/map/bag representation of the DOM of XML documents - Pig - [issue]
|
|
...I want to extend Pig's existing XMLLoader to go beyond capturing the text inside a tag and to actually create a Pig mapping of the Document Object Model the XML represents. This would be sim...
|
|
|
http://issues.apache.org/jira/browse/PIG-3104
Author: Russell Jurney,
2012-12-24, 08:24
|
|
|
Re: XML -> Pig UDF - Pig - [mail # user]
|
|
...Thanks - any chance of contributing some of that code? :) I have thought of a similar approach: starting with an XMLToPig EvalFunc that takes the output of the existing XMLLoader and c...
|
|
|
Author: Russell Jurney,
2012-12-24, 08:13
|
|
|
XML -> Pig UDF - Pig - [mail # user]
|
|
...I want to extend the existing XMLLoader to go beyond capturing the text inside a tag and to actually create a Pig mapping of the Document Object Model the XML represents. This would be simil...
|
|
|
Author: Russell Jurney,
2012-12-24, 07:24
|
|
|
|