Skip to content

Instantly share code, notes, and snippets.

@bruckhaus
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bruckhaus/6979b62006215f8e4a6b to your computer and use it in GitHub Desktop.
Save bruckhaus/6979b62006215f8e4a6b to your computer and use it in GitHub Desktop.
val userData = sc.sequenceFile[UserID, UserInfo]("hdfs://...").persist()
val events = sc.squenceFile[UserID, LinkInfo](logFileName)
val joined = userData.join(events)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment