| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
28 (0.094s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: udf + boolean constructor - Pig - [mail # user]
|
|
...I hacked the UDF, but it looks like I'll have to rewrite REGEX_EXTRACT_ALL. If I get it working I'll see about submitting a patch. I'm tying to match all of my URI query params, ...
|
|
|
Author: William Oberman,
2013-05-08, 17:30
|
|
|
udf + boolean constructor - Pig - [mail # user]
|
|
...I'm trying to set useMatches=false in REGEX_EXTRACT_ALL as per the javadoc: http://pig.apache.org/docs/r0.11.0/api/org/apache/pig/builtin/REGEX_EXTRACT_ALL.html (and yes, I'm using pig 0.11)...
|
|
|
Author: William Oberman,
2013-05-08, 17:20
|
|
|
Re: String Representation of DataBag and its Schema - Pig - [mail # user]
|
|
...We managed to piece this together. It's not fully generic (we assume a single field). But, it gets the job done for unit testing. package com.civicscience.util; import org....
|
|
|
Author: William Oberman,
2013-03-21, 15:51
|
|
|
Re: ERROR 2999: Unexpected internal error. null - Pig - [mail # user]
|
|
...For what it's worth, the error is on the cassandra side, so I'd post to that mailing list. On Tue, Dec 11, 2012 at 2:13 PM, James Schappet wrote: ...
|
|
|
Author: William Oberman,
2012-12-11, 19:20
|
|
|
Re: ERROR 2999: Unexpected internal error. null - Pig - [mail # user]
|
|
...Your line numbers aren't matching up to the 1.1.7 release, which is weird. Based on the "stock" 1.1.7 source, there was a null check on str before predicateFromString(str), making your...
|
|
|
Author: William Oberman,
2012-12-11, 18:50
|
|
|
Re: Pig 0.9.2 and avro on S3 - Pig - [mail # user]
|
|
...I should have read more closely, you're not using EMR. I'm guessing if you upgrade to pig 0.10 the issue will go away... On Fri, Nov 30, 2012 at 4:09 PM, William Oberman wrote: ...
|
|
|
Author: William Oberman,
2012-11-30, 21:11
|
|
|
Re: Pig 0.9.2 and avro on S3 - Pig - [mail # user]
|
|
...A couple of weeks ago I spent a bunch of time trying to get EMR + S3 + Avro working: https://forums.aws.amazon.com/thread.jspa?messageID=398194 Short story, yes I think PIG-254...
|
|
|
Author: William Oberman,
2012-11-30, 21:09
|
|
|
Re: Having troubles with PigStorage - Pig - [mail # user]
|
|
...Just in case someone hits this thread by having the same issue, please vote for this bug: https://issues.apache.org/jira/browse/PIG-1271 On Tue, Nov 6, 2012 at 4:50 PM, William Oberma...
|
|
|
Author: William Oberman,
2012-11-06, 22:01
|
|
|
Re: Having troubles with PigStorage - Pig - [mail # user]
|
|
...Wow, ok. That is completely unexpected. Thanks for the heads up! In my case, because part of my data is binary (UUIDs from Cassandra) all possible characters can appear in ...
|
|
|
Author: William Oberman,
2012-11-06, 21:50
|
|
|
Re: Having troubles with PigStorage - Pig - [mail # user]
|
|
...This is a dumb question, but PigStorage escapes the delimiter, right? I was assuming I didn't have to select a delimiter such that it doesn't appear in the data as it would get escaped...
|
|
|
Author: William Oberman,
2012-11-06, 21:29
|
|
|
|