| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
49 (0.341s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Can I check if the field is integer or not - Pig - [mail # user]
|
|
...And both of these only cover positive/unsigned integers, and allowing for negatives you'd want '-?[0-9]+' On Fri, Jun 08, 2012 at 03:20:01PM +0000, Steve Bernstein wrote: Kris Co...
|
|
|
Author: Kris Coward,
2012-06-08, 15:27
|
|
|
Re: Does Pig guarantee output won't include duplicated rows? - Pig - [mail # user]
|
|
...C = DISTINCT B; STORE C INTO '$OUTPUT'; -Kris On Fri, May 18, 2012 at 04:55:23PM +0100, Brendan Gill wrote: Kris Coward http://unripe.melon.org/ GPG Fingerprint: ...
|
|
|
Author: Kris Coward,
2012-05-18, 15:58
|
|
|
Re: Replace at position in string - Pig - [mail # user]
|
|
...I'm pretty sure that Java's string handling already has something to do this, so you could probably call that the same way you'd call a UDF (assuming there isn't some pig latin to do the job...
|
|
|
Author: Kris Coward,
2012-04-13, 13:34
|
|
|
Resource use accounting for pig(/hadoop). - Pig - [mail # user]
|
|
...Is there any tool (or even just a good starting point in the logs) for measuring the amount of cluster used by a pig job (i.e. something that can be checked after a job was run on a cluster ...
|
|
|
Author: Kris Coward,
2011-05-12, 01:06
|
|
|
Re: Problem with a protobuf in EB - Pig - [mail # user]
|
|
...Here we go: META-INF/ META-INF/MANIFEST.MF com/work/logs/LogFormat$1.class com/work/logs/LogFormat$Apa$Builder.class com/work/logs/LogFormat$Apa.class com/work/logs/LogFormat.class com...
|
|
|
Author: Kris Coward,
2011-04-30, 00:02
|
|
|
Re: Problem with a protobuf in EB - Pig - [mail # user]
|
|
...Well I'll send up to the point where it fails and exits, since the rest seems kinda superfluous.. here it is: REGISTER '/usr/local/hadoopgpl/lib/slf4j-api-1.5.8.jar' REGISTER '/usr/loc...
|
|
|
Author: Kris Coward,
2011-04-29, 20:15
|
|
|
Problem with a protobuf in EB - Pig - [mail # user]
|
|
...So I've recently added a protocol/schema to a collection I got from someone else, recompiled it, and added it to my scripts and am having problems. More specifically, it built just fin...
|
|
|
Author: Kris Coward,
2011-04-29, 18:38
|
|
|
Re: Percentile UDF - Pig - [mail # user]
|
|
...On Thu, Mar 10, 2011 at 03:24:52PM +0000, Jonathan Holloway wrote: I think it would be because there's an inherently serial problem in there (i.e. numbering each entry based on its pla...
|
|
|
Author: Kris Coward,
2011-03-10, 18:38
|
|
|
Any additional consultant-finding resources? - Pig - [mail # user]
|
|
...Does anyone know of any resources other than http://wiki.apache.org/hadoop/Support for finding consultants who'd be able to help with pig/hadoop administration issues. With my sysadmin on va...
|
|
|
Author: Kris Coward,
2011-03-10, 00:32
|
|
|
Re: Any reason a bunch of nearly-identical jobs would suddenly stop working? - Pig - [mail # user]
|
|
...Also, reading some uncompressed data off the same cluster using PigStorage shows a failure to even read the data in the first place :| -K On Tue, Mar 08, 2011 at 09:24:18PM -0500...
|
|
|
Author: Kris Coward,
2011-03-09, 22:29
|
|
|
|