• Home
  • Docker
  • Kubernetes
  • LLMs
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • Archived
Big Data | Avro Tools
  1. References
  2. Usage
  3. Command: getschema
  4. Command: getmeta
  5. Command: tojson
  6. Command: fromjson

  1. References
    Avro is a row-based storage format for Hadoop.

    Row-based Layout r{1}-c{1} , r{1}-c{2} , r{1}-c{3} , ... r{2}-c{1} , r{2}-c{2} , r{2}-c{3} , ... r{3}-c{1} , r{3}-c{2} , r{3}-c{3} , ...

    Columnar Layout r{1}-c{1} , r{2}-c{1} , r{3}-c{1} , ... r{1}-c{2} , r{2}-c{2} , r{3}-c{2} , ... r{1}-c{3} , r{2}-c{3} , r{3}-c{3} , ...

    See these pages for more details about Avro Tools:
    http://avro.apache.org/docs/current/gettingstartedjava.html
    https://mvnrepository.com/artifact/org.apache.avro/avro-tools
    http://apache.forsale.plus/avro/
  2. Usage
    - Usage (hadoop): hadoop jar avro-tools-*.jar <command> <args>

    - Usage (local): java -jar avro-tools-*.jar <command> <args>

    Commands:
  3. Command: getschema
    • Usage:

    • Example:
  4. Command: getmeta
    • Usage:

      Options:

    • Example:


  5. Command: tojson
    • Usage:

      Options:

    • Example:
  6. Command: fromjson
    • Usage:

      Options:

    • Example:
© 2025  mtitek