I’d like to know if there is a ‘cat’ utility for Apache’s binary avro file format?
Something along the lines of zcat, or bzcat for gzip and bzip2 respectively.
Thanks for your help!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, avrocat was included in the 1.6.0 release. Look in the scripts/ directory of the Python implementation of Avro.