Im trying to merge avro files into one big file, the problem is concat command does not accept the wildcard
concat
hadoop jar avro-tools.jar concat /input/
Instead of hadoop jar avro-tools.jar one can run java -jar avro-tools.jar, since you don't need hadoop for this operation.
hadoop jar avro-tools.jar
java -jar avro-tools.jar