| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
485 (0.085s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
Re: A major addition to Pig. Working with spatial data - Pig - [mail # dev]
|
|
...If a way could be found, this would be an awesome addition to Pig. Russell Jurney http://datasyndrome.com On May 3, 2013, at 4:09 PM, Daniel Dai wrote: ...
|
|
|
Author: Russell Jurney,
2013-05-04, 09:14
|
|
|
[PIG-2927] SHIP and use JRuby gems in JRuby UDFs - Pig - [issue]
|
|
...It would be great to use JRuby gems in JRuby UDFs without installing them on all machines on the cluster. Some way to SHIP them automatically with the job would be great....
|
|
|
http://issues.apache.org/jira/browse/PIG-2927
Author: Russell Jurney,
2013-04-27, 10:11
|
|
|
Re: pig question - Pig - [mail # user]
|
|
...values = LOAD 'my_path' AS (id1:int, id2:chararray, value:int); overall = FOREACH (GROUP values BY id1) GENERATE group AS id1, value/MAX(value) as div_max; Russell Jurney http://datasy...
|
|
|
Author: Russell Jurney,
2013-04-27, 09:41
|
|
|
Re: BinCond is not working - Pig - [mail # user]
|
|
...Did you do this first? register piggybank.jar *define BinCond org.apache.pig.piggybank.evaluation.decode.BinCond();* Russell Jurney http://datasyndrome.com On Apr 26, 2013,...
|
|
|
Author: Russell Jurney,
2013-04-26, 19:14
|
|
|
Re: BinCond is not working - Pig - [mail # user]
|
|
...What is the error? Russell Jurney http://datasyndrome.com On Apr 26, 2013, at 11:43 AM, soniya B wrote: ...
|
|
|
Author: Russell Jurney,
2013-04-26, 19:10
|
|
|
Re: BinCond is not working - Pig - [mail # user]
|
|
...Paste code? On Apr 26, 2013 10:05 AM, "soniya B" wrote: ...
|
|
|
Author: Russell Jurney,
2013-04-26, 17:32
|
|
|
[PIG-2641] Create toJSON function for all complex types: tuples, bags and maps - Pig - [issue]
|
|
...It is a travesty that there are no UDFs in Piggybanks that, given an arbitrary Pig datatype, return a JSON string of same. I intend to fix this problem....
|
|
|
http://issues.apache.org/jira/browse/PIG-2641
Author: Russell Jurney,
2013-04-25, 22:13
|
|
|
[PIG-3177] Fix Pig project SEO so latest, 0.11 docs show when you google things - Pig - [issue]
|
|
...http://pig.apache.org/docs/r0.7.0/api/org/apache/pig/piggybank/storage/SequenceFileLoader.htmlThe 0.7.0 docs are what everyone references. FOR POOPS SAKES....
|
|
|
http://issues.apache.org/jira/browse/PIG-3177
Author: Russell Jurney,
2013-04-25, 18:54
|
|
|
|