Home

Published

- 1 min read

pytho count avro file

img of pytho count avro file

The solution for this is noted below

pytho count avro file

Solution

   Get the latest released version or build it from source.
https://github.com/jwoschitz/avrocount/releases/latest

Then simply invoke the tool via

java -jar avrocount.jar /path/to/myfile.avro

And it will print the amount of records found within the file to stdout.

Folders containing avro files

java -jar avrocount.jar /path/to/folder

Try other methods by searching on the site. That is if this doesn’t work