Skip to content

Instantly share code, notes, and snippets.

@ashkrit
Last active October 28, 2018 04:30
Show Gist options
  • Save ashkrit/7f170c602c533b1c95d707d12fbf576c to your computer and use it in GitHub Desktop.
Save ashkrit/7f170c602c533b1c95d707d12fbf576c to your computer and use it in GitHub Desktop.
aggValue.map {
case (key, value) => Array(key, value._1, value._2.mkString(",")).mkString("\t")
}.saveAsTextFile(s"/data/output/${now}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment