| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
493 (0.2s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Introducing rPig - Pig - [mail # user]
|
|
...Awesome! On Sun, Jun 16, 2013 at 3:15 PM, Connor Woodson wrote: Russell Jurney twitter.com/rjurney [EMAIL PROTECTED] datasyndrome.com...
|
|
|
Author: Russell Jurney,
2013-06-17, 18:12
|
|
|
Re: Pig 0.11.1 on AWS EMR/S3 fails to cleanup failed task output file before retrying that task - Pig - [mail # user]
|
|
...One thing I've done regarding timeouts is to insert prints to STDERR more often in my UDF. If I recall correctly, this takes care of the timeout problem. On Thu, Jun 13, 2013 at 11:37...
|
|
|
Author: Russell Jurney,
2013-06-13, 18:51
|
|
|
Re: JsonStorage() fails to write .pig_schema to S3 after correctly writing alias to json files. - Pig - [mail # user]
|
|
...Fwiw, I get the same error and can't use the built in JsonStorage. Sent from my iPhone On Jun 8, 2013, at 12:26 PM, Alan Crosswell wrote: ...
|
|
|
Author: Russell Jurney,
2013-06-08, 23:41
|
|
|
Re: Maintain sort within GROUP BY? - Pig - [mail # user]
|
|
...Sounds like both columns maintain their sort. Since its two fields in the same row, whatever the sort - so long as both columns have the same sort, all is well. On Thu, Jun 6, 2013 at...
|
|
|
Author: Russell Jurney,
2013-06-06, 19:24
|
|
|
Maintain sort within GROUP BY? - Pig - [mail # user]
|
|
...https://gist.github.com/rjurney/5723520 My cosine similarity UDF relies on the sorts being the same at line 10. Can I count on that? Russell Jurney twitter.com/rjurney [EMAIL PRO...
|
|
|
Author: Russell Jurney,
2013-06-06, 18:04
|
|
|
Re: Flattening nested bags - Pig - [mail # user]
|
|
...B = foreach A generate item, d, flatten(things); C = foreach B generate item, d, thing, d1, flatten(values); Sent from my iPhone On Jun 4, 2013, at 5:46 PM, "David Parks" w...
|
|
|
Author: Russell Jurney,
2013-06-05, 01:53
|
|
|
Re: A major addition to Pig. Working with spatial data - Pig - [mail # dev]
|
|
...Those JIRAs do best that are completed by one person driving them. On Mon, Jun 3, 2013 at 10:26 AM, Ahmed Eldawy wrote: Russell Jurney twitter.com/rjurney [EMAIL P...
|
|
|
Author: Russell Jurney,
2013-06-03, 17:52
|
|
|
Re: A major addition to Pig. Working with spatial data - Pig - [mail # dev]
|
|
...Awesome. This would be a great addition to Pig. Please create a JIRA. Russell Jurney http://datasyndrome.com On May 29, 2013, at 8:51 AM, Ahmed Eldawy wrote: ...
|
|
|
Author: Russell Jurney,
2013-05-29, 17:17
|
|
|
Re: JavaScript UDFs - Pig - [mail # dev]
|
|
...That would be so cool! Russell Jurney http://datasyndrome.com On May 9, 2013, at 7:30 PM, Ruan Pethiyagoda wrote: ...
|
|
|
Author: Russell Jurney,
2013-05-10, 02:58
|
|
|
Re: Multiple STORE statements in one script - Pig - [mail # user]
|
|
...Are you running the script from the command line by filename, or pasting it into an interactive grunt session? If you're pasting, it only runs the first STORE statement. Just a guess. ...
|
|
|
Author: Russell Jurney,
2013-05-10, 01:07
|
|
|
|