Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 20 (0.179s).
Loading phrases to help you
refine your search...
group by clickstream - Pig - [mail # user]
...Hi all, I have a bag, clickstreams: {clickStream: {pageName: chararray}}, for which  each row represents a sequence of pages and events in a single session on  a website.  The...
   Author: Steve Bernstein, 2012-08-29, 23:27
RE: Can I check if the field is integer or not - Pig - [mail # user]
......for a one digit integer, or '[0-9]+' an integer of one or more digits.    ________________________________________  From: Jagat Singh [[EMAIL PROTECTED]]  Sent: Thursd...
   Author: Steve Bernstein, 2012-06-08, 15:20
RE: this nested foreach worked in 0.8.1, no longer works in 0.10 - Pig - [mail # user]
...Thanks Dmitriy.  The full script is probably more than you want (and more t han I think I'd want to send), but let me create a "subset" of it, run it t o check that it's otherwise sound...
   Author: Steve Bernstein, 2012-06-07, 17:35
RE: this nested foreach worked in 0.8.1, no longer works in 0.10 - Pig - [mail # user]
...Meanwhile, I'm moving forward running this script on 0.8.1 with no issues.   Probably going to back off on using 0.10 for now and wait for a more stabl e release.  From: Steve Bern...
   Author: Steve Bernstein, 2012-06-06, 18:44
RE: this nested foreach worked in 0.8.1, no longer works in 0.10 - Pig - [mail # user]
...Since this seems to do with project, before I wrote to the list, I'd alread y tried actionBag.sent and actionBagGrouped::actionBag.sent.  No joy.  Is t his a bug?  Seems like ...
   Author: Steve Bernstein, 2012-06-03, 16:24
RE: this nested foreach worked in 0.8.1, no longer works in 0.10 - Pig - [mail # user]
...No, all those relations embedded in the nested foreach are unique to it, no t used elsewhere. SB  From: Dmitriy Ryaboy [mailto:[EMAIL PROTECTED]]  Sent: Friday, June 01, 2012 2:03 ...
   Author: Steve Bernstein, 2012-06-01, 17:25
RE: this nested foreach worked in 0.8.1, no longer works in 0.10 - Pig - [mail # user]
...Yes, it's: actionBagGrouped: {group: (deal_id: chararray,month: chararray),actionBag: {userID: chararray,month: chararray,deal_id: chararray,action: chararray}}  _____________ Steve Ber...
   Author: Steve Bernstein, 2012-05-31, 20:24
this nested foreach worked in 0.8.1, no longer works in 0.10 - Pig - [mail # user]
...We upgraded from Pig 0.8.1 to 0.10 and the following nested foreach no long er works:  actionBagGrouped = GROUP actionBag BY (deal_id,month); dealCounts = FOREACH actionBagGrouped { &nb...
   Author: Steve Bernstein, 2012-05-31, 19:09
RE: Removing unwanted items in tuple - Pig - [mail # user]
...FLATTEN() the bag, re-project (foreach/generate) leaving out the unwanted i tems, then group back together if you like.  _____________ Steve Bernstein VP, Analytics Rearden Commerce, In...
   Author: Steve Bernstein, 2012-05-09, 18:47
RE: Ordering and limiting Tuples inside a Bag - Pig - [mail # user]
...You can.  Check out nested Foreach, order by then limit. (see, for example,  http://ofps.oreilly.com/titles/9781449302641/advanced_pig_latin.html).  _____________ Steve Bernst...
   Author: Steve Bernstein, 2012-05-09, 15:55
Sort:
project
Pig (20)
type
mail # user (20)
date
last 7 days (0)
last 30 days (3)
last 90 days (4)
last 6 months (4)
last 9 months (20)
author
Dmitriy Ryaboy (1352)
Alan Gates (954)
Jonathan Coveney (729)
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)
Steve Bernstein