How to Read And Write Avro Files in Hadoop
In this post we’ll see how to read and write Avro files in Hadoop using the Java API. Required Jars To write Java programs to read and write Avro files you will need to put following jars in classpath. You can add them as Maven dependency or copy the jars.…