Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 118 (0.078s).
Loading phrases to help you
refine your search...
Is there a workaround to "Projection map of new predecessor is null" ?? - Pig - [mail # user]
...Hi guys, I wanted to check if anybody has fixed this error and recall how to fix it?  2010-09-21 14:43:46,288 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2160: Error during fi...
   Author: hc busy, 2010-09-21, 21:52
Re: Problem with Pig Store command - Pig - [mail # user]
...probly because load failed.  W = load 'wordbag' using PigStorage(' ') as (f1:int, f2:int, name:chararr ay, type:chararray); T = group W all; U = foreach T generate COUNT(W); dump U; &nb...
   Author: hc busy, 2010-09-21, 21:48
Re: how do I convert int to double in PigLatin? - Pig - [mail # user]
...Hmm, I apologize. I am now unable to find the situation where I saw an exception trying to cast a long to a double.  My script basically takes a bunch of results of COUNT's and divide t...
   Author: hc busy, 2010-07-19, 23:31
Re: Any better way to ensure unicity ? - Pig - [mail # user]
...Hmmm.... I didn't know you can go crazy like that. I take back that I said Pig is not concise and inelegant.  Oh, there isn't a way to extend the language. I mean, unless while I wasn't...
   Author: hc busy, 2010-07-16, 21:25
Re: Any better way to ensure unicity ? - Pig - [mail # user]
...But, to be clear, PigLatin is easy to read tho, so far, even with a 2k line script...  On Thu, Jul 15, 2010 at 3:33 PM, hc busy  wrote:  e: em e ve . e: th er s h ATE nk a n s...
   Author: hc busy, 2010-07-15, 22:39
how do I convert int to double in PigLatin? - Pig - [mail # user]
...if my table is:  t = load 'data' as (v:int, c:int);  and I want to do  u = foreach t generate c/v as cov;  how do I get fraction out of this? because  u = foreach t ...
   Author: hc busy, 2010-07-15, 22:35
Re: Any better way to ensure unicity ? - Pig - [mail # user]
...LIMIT is an extra line to type. But I guess if we're using pig, we don't really care for elegance and concision huh?   On Wed, Jul 14, 2010 at 12:25 PM, Dmitriy Ryaboy  wrote  ...
   Author: hc busy, 2010-07-15, 22:33
Re: Any better way to ensure unicity ? - Pig - [mail # user]
...Write a UDF called  takeOne()  that takes the first thing from the bag and returns it. The only problem that I'm having is that this UDF cannot signal to pig that it is done. So th...
   Author: hc busy, 2010-07-14, 17:39
Re: GROUP_CONCAT function - Pig - [mail # user]
...Yeah, you can definitely accomplish that in an UDF. it would take one parameter which is a bag and performs string concatenation on the members of the bag. the UDF would be like a reducer th...
   Author: hc busy, 2010-07-07, 17:14
Re: DateTime Proposal Request for Comment - Pig - [mail # user]
...+1 to making more things built-in.  I think defaulting to use the timezone on the machine on which the grunt/Pig is invoked, followed by an option to specify what timezone to use will b...
   Author: hc busy, 2010-07-06, 17:17
Sort:
project
Pig (118)
Hive (5)
Hadoop (3)
type
mail # user (91)
mail # dev (25)
issue (2)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (0)
last 9 months (118)
author
Dmitriy Ryaboy (1351)
Alan Gates (959)
Jonathan Coveney (736)
Daniel Dai (545)
Russell Jurney (493)
Olga Natkovich (453)
Prashant Kommireddi (370)
Bill Graham (333)
Cheolsoo Park (263)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (156)
Jeff Zhang (146)
Santhosh Srinivasan (142)
hc busy