Skip to content

Instantly share code, notes, and snippets.

@ashkrit
Created October 28, 2018 04:33
Show Gist options
  • Select an option

  • Save ashkrit/d149732f345a3cc684b67ac691bce7f2 to your computer and use it in GitHub Desktop.

Select an option

Save ashkrit/d149732f345a3cc684b67ac691bce7f2 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}", classOf[GzipCodec])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment