Skip to content

Instantly share code, notes, and snippets.

@matteobovetti
Created May 10, 2017 12:50
Show Gist options
  • Select an option

  • Save matteobovetti/12e41f9b9a8e69322a6fa017700c79c9 to your computer and use it in GitHub Desktop.

Select an option

Save matteobovetti/12e41f9b9a8e69322a6fa017700c79c9 to your computer and use it in GitHub Desktop.
agenda
.map { a =>
// key extraction
val k1 = a._1.map(extractKey(_))
val k2 = extractKey(a._2)
(k1, k2)
}
.saveAsTextFile(consistencyPath.toUri.getPath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment