You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "raf shin (JIRA)" <ji...@apache.org> on 2012/06/10 07:12:42 UTC

[jira] [Comment Edited] (GORA-144) Upgrade gora so to be compatible with hadoop 2

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

raf shin edited comment on GORA-144 at 6/10/12 5:11 AM:
--------------------------------------------------------

Yes, Many of the Avro 1.5.4 library API has been changed from 1.3.2 version. All Encoder/Decoder codes in Gora should be modified.
                
      was (Author: rafshin):
    Yes, Many of the Avro 1.5.4 library API has been changed. All Encoder/Decoder codes in gora should be modified.
                  
> Upgrade gora so to be compatible with hadoop 2
> ----------------------------------------------
>
>                 Key: GORA-144
>                 URL: https://issues.apache.org/jira/browse/GORA-144
>             Project: Apache Gora
>          Issue Type: Task
>          Components: avro, build process, maven
>    Affects Versions: 0.2
>            Reporter: raf shin
>             Fix For: 0.3
>
>
> TaskAttemptContext and JobContext which were a class in previous hadoop versions are now interfaces.
> Compiling gora with new hadoop version 2 fails.
> BinaryDecoder and BinaryEncoder in Avro 1.5.4 are also now interfaces which were previously class.
> avro.ipc.ByteBufferOutputStream and avro.ipc.ByteBufferInputStream are also moved to avro.util package.
> There might be much more incompatibilities there which we have not seen yet.
> We gave up upgrading our nutchgora to the new hadoop 2 version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira