📜  pytho count avro 文件 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:35.003000             🧑  作者: Mango

代码示例1
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