You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Florian Schmedding (JIRA)" <ji...@apache.org> on 2014/06/05 12:00:06 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=14018640#comment-14018640 ] 

Florian Schmedding edited comment on GORA-144 at 6/5/14 9:58 AM:
-----------------------------------------------------------------

I'm also using Nutch 2 with Hadoop 2 (because it runs under Windows, too, since version 2.2.0) and changed the code according to the patch [^GORA-144-v2.patch] in order to get a successful {{mvn clean install}} of Gora with Hadoop 2.4.0.


was (Author: florianschmedding):
I'm also using Nutch 2 with Hadoop 2 (because it runs under Windows, too, since version 2.2.0) and changed the code according to the attached patch in order to get a successful {{mvn clean install}} of Gora with Hadoop 2.4.0.

> 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
>            Assignee: Talat UYARER
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: GORA-144-v1.patch, GORA-144-v2.patch
>
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)