Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anuragkh/cff222142b8afbbab49f to your computer and use it in GitHub Desktop.
Save anuragkh/cff222142b8afbbab49f to your computer and use it in GitHub Desktop.
import edu.berkeley.cs.succinct.annot._
val in = ... // Read the input as RDD[(String, String, String)]
val succinctAnnot = AnnotatedSuccinctRDD(in)
succinctAnnot.save("/path/to/output")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment