| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
485 (0.09s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Zebra in Pig > 0.9.2 - Pig - [mail # user]
|
|
...I believe Zebra was abandoned. For column compression in Pig, check out HCatalog with RCFile or the work on Avro/Trevni columnar storage for Pig that Joe Adler is doing for Pig 0.12: https:/...
|
|
|
Author: Russell Jurney,
2013-02-01, 05:52
|
|
|
Re: pig native map-reduce and avro input format - Pig - [mail # user]
|
|
...Can you describe the avro stuff you're loading? Russell Jurney http://datasyndrome.com On Jan 31, 2013, at 10:41 AM, Cheolsoo Park wrote: ...
|
|
|
Author: Russell Jurney,
2013-01-31, 19:05
|
|
|
Re: Import libraries in Jython UDFs - Pig - [mail # user]
|
|
...Fixed by https://issues.apache.org/jira/browse/PIG-2665 in Pig 0.11 On Wed, Jul 25, 2012 at 10:16 PM, Russell Jurney wrote: Russell Jurney twitter.com/rjurney [EMAIL PRO...
|
|
|
Author: Russell Jurney,
2013-01-29, 19:49
|
|
|
Re: Jython 'import re' problem - Pig - [mail # user]
|
|
...This was resolve by https://issues.apache.org/jira/browse/PIG-2665 , HOLLA! 0.11 works :) On Tue, Jan 29, 2013 at 9:10 AM, Russell Jurney wrote: Russell Jurney twitter.c...
|
|
|
Author: Russell Jurney,
2013-01-29, 19:14
|
|
|
[PIG-3146] Can't 'import re' in Pig 0.10/0.10.1: ImportError: No module named re - Pig - [issue]
|
|
...Caused by: Traceback (most recent call last): File "udfs.py", line 20, in <module> import reImportError: No module named re...
|
|
|
http://issues.apache.org/jira/browse/PIG-3146
Author: Russell Jurney,
2013-01-29, 17:22
|
|
|
Jython 'import re' problem - Pig - [mail # user]
|
|
...Offending code: @outputSchema("token:chararray") def remove_punctuation(self, token): punctuation = re.compile(r'[-.@&$#`\'?!,></\\":;()|]') words = list() w...
|
|
|
Author: Russell Jurney,
2013-01-29, 17:10
|
|
|
Re: Review Request: Add BigInteger and BigDecimal to Pig - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9012/#review15524 src/org/apache/pig/backend/hadoop/BigDecimalWritable.java:70: spelling error...
|
|
|
Author: Russell Jurney,
2013-01-25, 20:19
|
|
|
Re: Pig AvroStorage : storing the data - Pig - [mail # user]
|
|
...You need to load JSON-simple jar, as he did in his example. Start with it, not your own. Russell Jurney http://datasyndrome.com On Jan 11, 2013, at 1:03 PM, Milind Vaidya w...
|
|
|
Author: Russell Jurney,
2013-01-11, 21:04
|
|
|
Re: Pig Avrostorage Issue regarding Schema evaluation - Pig - [mail # user]
|
|
...Np, I included it myself forever before someone pointed that out :) Russell Jurney http://datasyndrome.com On Jan 9, 2013, at 2:15 PM, Cheolsoo Park wrote: ...
|
|
|
Author: Russell Jurney,
2013-01-09, 22:37
|
|
|
Re: Pig Avrostorage Issue regarding Schema evaluation - Pig - [mail # user]
|
|
...Jackson is no longer needed, right? Or is it coming back in 0.11? Russell Jurney http://datasyndrome.com On Jan 9, 2013, at 10:26 AM, Cheolsoo Park wrote: ...
|
|
|
Author: Russell Jurney,
2013-01-09, 19:25
|
|
|
|