[
https://issues.apache.org/jira/browse/HADOOP-6497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834570#action_12834570
]
Sanjay Radia commented on HADOOP-6497:
--------------------------------------
Where should such wrapper classes sit?
* fs package (as done in this patch)
* common's util package
* common's contrib
* avro's contrib
I don't think the fs package should depend on avro; in the future we may get
wappers for other serialization systems.
I think we should move this; not sure which of the above is the best home.
Thoughts?
> Introduce wrapper around FSDataInputStream providing Avro SeekableInput
> interface
> ---------------------------------------------------------------------------------
>
> Key: HADOOP-6497
> URL: https://issues.apache.org/jira/browse/HADOOP-6497
> Project: Hadoop Common
> Issue Type: New Feature
> Components: fs
> Reporter: Aaron Kimball
> Assignee: Aaron Kimball
> Fix For: 0.22.0
>
> Attachments: HADOOP-6497.2.patch, HADOOP-6497.patch
>
>
> Reading data from avro files requires using Avro's SeekableInput interface;
> we need to be able to wrap FSDataInputStream in this interface.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.