Concat Avro files using avro-tools

后端 未结 2 1376
醉酒成梦
醉酒成梦 2021-02-06 03:18

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/         


        
2条回答
  •  一个人的身影
    2021-02-06 03:31

    Instead of hadoop jar avro-tools.jar one can run java -jar avro-tools.jar, since you don't need hadoop for this operation.

提交回复
热议问题