Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 15 from 15 (0.056s).
Loading phrases to help you
refine your search...
working with data with varying column length - Pig - [mail # user]
...I would like to remove the first two columns of data from data with varying  column lengths.  For example:  row1: $0 $1 $2 $3 $4 row2: $0 $1 $2 row3: $0 $1 $2 $3 $4 $5   ...
   Author: Chan, Tim, 2012-02-22, 23:45
RE: How do I flatten the first item in a bag after a group? - Pig - [mail # user]
...Thanks Alan. In my use case this works for me. ________________________________________ From: Alan Gates [[EMAIL PROTECTED]] Sent: Friday, February 10, 2012 2:38 PM To: [EMAIL PROTECTED] Sub...
   Author: Chan, Tim, 2012-02-10, 23:34
How do I flatten the first item in a bag after a group? - Pig - [mail # user]
... x_grp = group x by $18;  How do I output the first tuple in the bag generated by the group?  ...
   Author: Chan, Tim, 2012-02-10, 22:28
RE: pig script similar to select from not in in SQL - Pig - [mail # user]
...Thanks Jonathan.  I did the following:  a = load 'data1'; b = load 'data2'; c = join a by $0 left outer, b by $0; d = filter c by $1 is null; e = foreach d generate $0; ___________...
   Author: Chan, Tim, 2012-01-24, 22:07
pig script similar to select from not in in SQL - Pig - [mail # user]
...I would like to generate a set of data that represents the items not found  in another set.  How would I do this using Pig?   I'm thinking I would do an outer join and then fi...
   Author: Chan, Tim, 2012-01-24, 21:47
Sort:
project
Pig (15)
HBase (3)
type
mail # user (15)
date
last 7 days (0)
last 30 days (0)
last 90 days (4)
last 6 months (7)
last 9 months (15)
author
Dmitriy Ryaboy (1352)
Alan Gates (955)
Jonathan Coveney (732)
Daniel Dai (545)
Russell Jurney (485)
Olga Natkovich (453)
Prashant Kommireddi (367)
Bill Graham (334)
Cheolsoo Park (246)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (154)
Jeff Zhang (146)
Santhosh Srinivasan (142)
Chan, Tim