Skip to content

Instantly share code, notes, and snippets.

@michaellihs
Created October 31, 2016 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaellihs/6b28f67ed1cdafc1092342b4117f79aa to your computer and use it in GitHub Desktop.
Save michaellihs/6b28f67ed1cdafc1092342b4117f79aa to your computer and use it in GitHub Desktop.
Hadoop Cheat Sheet

Avro

  • Supports schema
  • Supports schema changes / schema evolution
  • Avro files are splittable, this means that it can adapt to HDFS block size and you can have one process running per block

Avro Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment