Skip to content

Instantly share code, notes, and snippets.

@poluektik
Last active March 12, 2020 11:40
Embed
What would you like to do?
recordsRDD
.map(x => someFunc(x)) //drop the timestamp
.saveAsHadoopFile(s"$datumBasePath")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment