| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
15 (0.358s).
|
|
|
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
|
|
|
|
|
|
|