Forked from pixie79/last_segment_per_sessionId
Last active
December 19, 2015 02:48
-
-
Save MarkRoddy/5885255 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
last_segment_per_sessionId = FOREACH gpv_sessionized GENERATE | |
FLATTEN(group) AS sessionId, | |
MAX(pv_sessionized.time) AS max_time; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment