Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 20 (0.124s).
Loading phrases to help you
refine your search...
RE: concatenating tuples into one tuple? - Pig - [mail # user]
...[FORMATTING correction, apologies]  Here's one sloppy solution:  rmf temp;  STORE a INTO 'temp';   new = LOAD 'temp' USING PigStorage() AS ( id: chararray, bitmap: char...
   Author: Steve Bernstein, 2013-04-30, 19:11
RE: concatenating tuples into one tuple? - Pig - [mail # user]
...Here's one sloppy solution:  rmf temp; STORE a INTO 'temp'; new = LOAD 'temp' USING PigStorage() AS ( id: chararray, bitmap: chararray ); i = FOREACH new GENERATE id, STRSPLIT( REPL...
   Author: Steve Bernstein, 2013-04-30, 18:46
concatenating tuples into one tuple? - Pig - [mail # user]
...I have a post-grouping relation:  a =  { id: chararray, bitmap{ (value_binary: int) } },  where the value_binary tuples are single-element tuples that have been sorted--the or...
   Author: Steve Bernstein, 2013-04-30, 17:52
RE: GSoC 2013 - Pig - [mail # user]
...As a long follower, infrequent poster to this list, I agree with this wisdom.  Much as I'm attracted to graph analysis, continuing focus on a rock solid foundation is a good call.  ...
   Author: Steve Bernstein, 2013-04-08, 19:22
RE: The essence from hundreds of posts from Apache Pig user mailing list - Pig - [mail # user]
...Thanks for doing this Adam!  _____________ Steve Bernstein VP, Analytics Rearden Commerce, Inc.  +1.408.499.0961 Mobile  deem.com | reardencommerce.com   From: [EMAIL PRO...
   Author: Steve Bernstein, 2012-11-14, 17:35
RE: Berkeley lecture on Pig - Pig - [mail # user]
...This is a great preso Jon.  Do you mind if I (we) re-use (with credit) all  or parts for a presentation internal to my company (a private commercial en terprise)? Thanks, Steve &nb...
   Author: Steve Bernstein, 2012-09-05, 16:08
RE: group by clickstream - Pig - [mail # user]
...Nope, tried that, it breaks it back into one tuple per record...not what I  want.  From: Віталій Тимчишин [mailto:tivv00@gmail.c om]  Sent: Friday, August 31, 2012 1:49 PM To:...
   Author: Steve Bernstein, 2012-08-31, 23:14
RE: group by clickstream - Pig - [mail # user]
...Nvm, here's what I'll do, but if anyone has a better idea, please do tell.  I'll STORE the bag using PigStorage(';') to delimit the chararrays, then re load it with an appropriate schem...
   Author: Steve Bernstein, 2012-08-30, 16:22
RE: group by clickstream - Pig - [mail # user]
...Some clarification on the below.  Ignore the outer bag, I'd removed some da ta elements for clarity and simplicity.  Basically, I'm trying to find a wa y to go from:  {(pg),(p...
   Author: Steve Bernstein, 2012-08-30, 16:06
RE: reduce continuous sessions - Pig - [mail # user]
...You might want to check out LinkedIn's DataFu contribution, particularly th e "sessionize" UDF: http://sna-projects.com/datafu/javadoc/0.0.4/datafu/pig/sessions/Sessionize .html   _____...
   Author: Steve Bernstein, 2012-08-30, 16:02
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