| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
14 (0.176s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Using matches in generate clause? - Pig - [mail # user]
|
|
...That was pig 0.10. This line: matched = FOREACH counts_raw GENERATE com.kebinger.pigbat.BYTES_TO_INT(key,0) as portal_id, (html matches '(?s).*generator" content="WordPress.*|.*wp-cont...
|
|
|
Author: James Kebinger,
2012-09-28, 21:52
|
|
|
Re: Unable to disable compression of output - Pig - [mail # user]
|
|
...Turns out I needed to set the option inside my pig script, as in: SET mapred.output.compress false; On Mon, Jul 30, 2012 at 2:21 PM, James Kebinger wrote: ...
|
|
|
Author: James Kebinger,
2012-07-30, 19:24
|
|
|
Re: Unable to disable compression of output - Pig - [mail # user]
|
|
...Yes, whatever I name the output directory, the files inside are compressed with the lzo codec. On Mon, Jul 30, 2012 at 2:52 PM, souri datta wrote: ...
|
|
|
Author: James Kebinger,
2012-07-30, 19:13
|
|
|
Unable to disable compression of output - Pig - [mail # user]
|
|
...Hello, I'm running a pretty simple pig job but despite my best efforts to disable compression, the output parts are written in in .lzo_deflate form like "/user/jkebinger/pigresults3.gz...
|
|
|
Author: James Kebinger,
2012-07-30, 18:21
|
|
|
Re: How to coalesce fields in Pig? - Pig - [mail # user]
|
|
...Thanks, it must have been the lack of parenthesis that did me in when i tried the ternary expression, or some other typo. I'll use that in the future. On Mon, Aug 29, 2011 at 2:29 PM, ...
|
|
|
Author: James Kebinger,
2011-08-29, 19:18
|
|
|
How to coalesce fields in Pig? - Pig - [mail # user]
|
|
...My apologies if this is in the docs somewhere, I was unable to find anything, but I might be calling it the wrong name. I'm doing a full outer join in Pig - as such, one or the other j...
|
|
|
Author: James Kebinger,
2011-08-29, 18:15
|
|
|
Re: Problems with union, projection producing unexpected results - Pig - [mail # user]
|
|
...https://issues.apache.org/jira/browse/PIG-1859 On Thu, Feb 17, 2011 at 12:32 PM, James Kebinger wrote: ...
|
|
|
Author: James Kebinger,
2011-02-17, 19:01
|
|
|
Re: Problems with union, projection producing unexpected results - Pig - [mail # user]
|
|
...Interesting, maybe I should file a bug report then? On Thu, Feb 17, 2011 at 10:41 AM, Jonathan Coveney wrote: ...
|
|
|
Author: James Kebinger,
2011-02-17, 17:32
|
|
|
Problems with union, projection producing unexpected results - Pig - [mail # user]
|
|
...Hello all, I've been scratching my head over a problem with a pig script I'm having, and hoping another set of eyeballs will help. I'm using pig 0.8, in local mode Here's my simplified...
|
|
|
Author: James Kebinger,
2011-02-16, 23:57
|
|
|
set operations on bags? - Pig - [mail # user]
|
|
...Are there set operations on bags beyond the DIFF operator? I'd like to compare bags to find elements in both of them (intersection). I can imagine union and set addition and subtraction bein...
|
|
|
Author: James Kebinger,
2009-12-13, 01:10
|
|
|
|