| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
22 (0.083s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
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
|
|
|
|