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/09 14:01:42 UTC

[jira] [Updated] (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:all-tabpanel ]

raf shin updated GORA-144:
--------------------------

    Description: 
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.BinaryOutputStream and avro.ipc.BinaryInputStream 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.

  was:
TaskAttemptContext and JobContext which were a class in previous hadoop versions are now interfaces.
Compiling gora with new hadoop version 0.23 fails.
BinaryDecoder and BinaryEncoder in Avro 1.5.4 are also now interfaces which were previously class.
avro.ipc.BinaryOutputStream and avro.ipc.BinaryInputStream 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 0.23 version.

        Summary: Upgrade gora so to be compatible with hadoop 2  (was: Upgrade gora so to be compatible with hadoop 0.23)
    
> 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
>            Reporter: raf shin
>
> 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.BinaryOutputStream and avro.ipc.BinaryInputStream 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