Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 15 (0.093s).
Loading phrases to help you
refine your search...
Re: removing last item in a bag - Pig - [mail # user]
...Hi Johnny,  I forgot to mention the bag will be varying sizes, so I can not use the method you described.     On Tue, Mar 12, 2013 at 4:50 PM, Johnny Zhang  wrote:  ...
   Author: Chan, Tim, 2013-03-13, 00:28
removing last item in a bag - Pig - [mail # user]
...How do I remove the last item in a bag.  For example:  (group_1,{(2012-12-15,a),(2012-12-17,a),(2012-12-23,c)})   I would like to remove the last item so that the following is...
   Author: Chan, Tim, 2013-03-12, 23:33
Re: removing dupes from a bag while saving first occurrence - Pig - [mail # user]
...Using a distinct before the group by does not guarantee the date order. I need to keep the earliest occurrence of 'a' and discard all later occurrences of 'a'.   On Fri, Mar 8, 2013 at ...
   Author: Chan, Tim, 2013-03-08, 23:12
removing dupes from a bag while saving first occurrence - Pig - [mail # user]
...If I have a bag and would like to remove dupes, while saving the first occurrence, is this possible?  For example, for the following bag:  (group_1,{(2012-12-15,a),(2012-12-17,a),(...
   Author: Chan, Tim, 2013-03-08, 22:00
Re: Declaring schema for unknown number of columns - Pig - [mail # user]
...Hi Jinyuan,  Since I don't know how many columns I will have, I do something like this.  six_month_and_variable_month_sales_2 = FOREACH six_month_and_variable_month_sales   GE...
   Author: Chan, Tim, 2013-01-08, 01:48
Declaring schema for unknown number of columns - Pig - [mail # user]
...Is it possible to declare a schema when doing a LOAD for data in which you do not know the total number of columns?  For instance. I know the data contains 6 or more columns. These colu...
   Author: Chan, Tim, 2013-01-07, 22:19
Simplifying schema? - Pig - [mail # user]
...After many joins, my relation's schema because very verbose.  For example:  e::d::c::b::a::column1:bytearray, e::d::c::b::a::column2:bytearray  Is there a way simplify the sch...
   Author: Chan, Tim, 2012-12-08, 18:48
RE: ordering tuple after grouping - Pig - [mail # user]
...Dear Gianmarco,  It works great! Thanks.  Tim ________________________________________ From: Gianmarco De Francisci Morales [[EMAIL PROTECTED]] Sent: Monday, April 16, 2012 1:43 PM...
   Author: Chan, Tim, 2012-04-16, 23:03
ordering tuple after grouping - Pig - [mail # user]
...Given data:  (1, 55, abc) (2, 23, asd) (1, 85, xyz) (1, 2, aaa)   I would like to group on $0 and then have my grouped tuple be ordered by $1 . Is this possible?  The output s...
   Author: Chan, Tim, 2012-04-16, 20:31
RE: working with data with varying column length - Pig - [mail # user]
...This feature does not appear to be available for 0.8.1. Is this correct? ________________________________________ From: Prashant Kommireddi [[EMAIL PROTECTED]] Sent: Wednesday, February 22, ...
   Author: Chan, Tim, 2012-02-23, 00:35
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 (954)
Jonathan Coveney (730)
Daniel Dai (541)
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