[
https://issues.apache.org/jira/browse/HADOOP-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sharad Agarwal updated HADOOP-6120:
-----------------------------------
Attachment: 6120_v2.patch
This patch:
- addresses Doug's concerns
- moves the common code in abstract base class AvroSerialization
- implements 'reflect' serialization based on Reflect#getSchema. The accept
call is based on two mechanisms:
tag interface - AvroReflectSerializable.
package names. Applications can configure the package to be considered as
reflect type. Applications then can use it with their existing classes without
the need for implementing AvroReflectSerializable interface.
- adds testcase
> Add support for Avro types in hadoop
> ------------------------------------
>
> Key: HADOOP-6120
> URL: https://issues.apache.org/jira/browse/HADOOP-6120
> Project: Hadoop Common
> Issue Type: New Feature
> Reporter: Sharad Agarwal
> Assignee: Sharad Agarwal
> Attachments: 6120_v1.patch, 6120_v2.patch
>
>
> Support to serialize and deserialize Avro types in Hadoop.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.