| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
485 (2.863s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-3059] Global configurable minimum 'bad record' thresholds - Pig - [issue]
|
|
...See PIG-2614. Pig dies when one record in a LOAD of a billion records fails to parse. This is almost certainly not the desired behavior. elephant-bird and some other storage UDFs have minimu...
|
|
|
http://issues.apache.org/jira/browse/PIG-3059
Author: Russell Jurney,
2013-01-08, 02:12
|
|
|
Re: ~/.pigrc or ~/.pigbootup? Impossible to parametize anything in Grunt? - Pig - [mail # user]
|
|
...Exactly what you would expect if you pasted parameters in Grunt: Russells-MacBook-Pro:pig-trunk rjurney$ bin/pig -l /tmp -x local -v -w Warning: $HADOOP_HOME is deprecated. 13/01...
|
|
|
Author: Russell Jurney,
2013-01-05, 21:53
|
|
|
~/.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
|
|
|
|