[ 
https://issues.apache.org/jira/browse/PIG-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847606#action_12847606
 ] 

Alan Gates commented on PIG-794:
--------------------------------

It depends on what you mean by support.  As far as Pig using Avro for 
serialization between Map and Reduce and MR jobs, we haven't done anything on 
that front lately.  Last time we tested the performance was comparable to our 
own BinStorage so we weren't motivated to move yet.  Now that Avro has matured 
a bit maybe we should test again.

As far as using Avro to store user data, with Pig 0.7 it should become quite 
easy to write Avro load and store functions.

> Use Avro serialization in Pig
> -----------------------------
>
>                 Key: PIG-794
>                 URL: https://issues.apache.org/jira/browse/PIG-794
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>    Affects Versions: 0.2.0
>            Reporter: Rakesh Setty
>         Attachments: avro-0.1-dev-java_r765402.jar, AvroStorage.patch, 
> jackson-asl-0.9.4.jar, PIG-794.patch
>
>
> We would like to use Avro serialization in Pig to pass data between MR jobs 
> instead of the current BinStorage. Attached is an implementation of 
> AvroBinStorage which performs significantly better compared to BinStorage on 
> our benchmarks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to