Need to Merge Avro Files using java application
Hi,
I am having multiple avro files under a directory which reside on hadoop environment, I need to merge all these files and make it as a single avro file.
example
/abc->
x.avro
y.avro } => a.avro
z.avro
The file a.avro will contain contents of all x,y,z files, where x,y,z files having same schema. I need to create a java application. Any help appreciated.
Thanks.
Hari
0
Comments
I think this is more of an Hadoop question than a Vertica question
Maybe this link can help you?
http://hadooptutorial.info/merging-small-files-into-avro-file/