You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by Rodrigo Trujillo <ro...@linux.vnet.ibm.com> on 2013/03/14 13:04:49 UTC

Avro and Hadoop 2

Hi all,

does Avro supports Hadoop 2.X  ??
I wonder if some tests were done already.

Regards,

Rodrigo Trujillo


Re: Avro and Hadoop 2

Posted by Doug Cutting <cu...@apache.org>.
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
<ro...@linux.vnet.ibm.com> wrote:
> Hi all,
>
> does Avro supports Hadoop 2.X  ??
> I wonder if some tests were done already.
>
> Regards,
>
> Rodrigo Trujillo
>