Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Download tool from: http://archive.apache.org/dist/avro/avro-1.7.7/java/avro-tools-1.7.7.jar
Info about the tool: http://www.michael-noll.com/blog/2013/03/17/reading-and-writing-avro-files-from-the-command-line/

Example1: Converting Avro file to JSON

java -jar avro-tools-1.7.7.jar tojson <AVRO.SNAPPY> > <OUTPUT_FILE.json>