|
|
-
Re: Avro and Hadoop 2Doug Cutting 2013-03-14, 22:15
Yes, Avro works with Hadoop 2.x.
If you're using Avro's Mapreduce APIs then you need to use the version of these compiled against Hadop 2.x, e.g.: <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro-mapred</artifactId> <version>1.7.4</version> <classifier>hadoop2</classifier> </dependency> http://s.apache.org/AvroHadoop2 Doug On Thu, Mar 14, 2013 at 5:04 AM, Rodrigo Trujillo <[EMAIL PROTECTED]> wrote: > Hi all, > > does Avro supports Hadoop 2.X ?? > I wonder if some tests were done already. > > Regards, > > Rodrigo Trujillo > |