[ 
https://issues.apache.org/jira/browse/HADOOP-8825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458749#comment-13458749
 ] 

Tom White commented on HADOOP-8825:
-----------------------------------

Avro is using the constructors via a class called SequenceFileBase in 
org.apache.hadoop.io to provide access. However, I agree that this is a poor 
way to do things, so making them public would be a lot better.
                
> Reinstate constructors in SequenceFile.BlockCompressWriter and 
> SequenceFile.RecordCompressWriter for compatibility with Hadoop 1
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8825
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8825
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 2.0.1-alpha
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-8825.patch
>
>
> Two constructors were removed in Hadoop 2 which causes a problem for Avro 
> being able to support Hadoop 1 and Hadoop 2. See AVRO-1170.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to