Im trying to merge avro files into one big file, the problem is concat
command does not accept the wildcard
hadoop jar avro-tools.jar concat /input/part* /output/bigfile.avro
I get:
Exception in thread "main" java.io.FileNotFoundException: File does not exist: /input/part*
I tried to use ""
and ''
but no chance.