You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "John Vines (JIRA)" <ji...@apache.org> on 2013/04/16 23:49:17 UTC

[jira] [Commented] (ACCUMULO-564) Make Accumulo work with Hadoop 0.23

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

John Vines commented on ACCUMULO-564:
-------------------------------------

What is the status of hadoop 0.23 relative to hadoop 1.1 and hadoop 2? It seems like it's the worst of both worlds: alphaness of 2 without the HA stuff that's in the beta (1.1).

Perhaps it's reasonable to say no hadoop 0.23 support?
                
> Make Accumulo work with Hadoop 0.23
> -----------------------------------
>
>                 Key: ACCUMULO-564
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-564
>             Project: Accumulo
>          Issue Type: Task
>            Reporter: Billie Rinaldi
>            Assignee: Billie Rinaldi
>             Fix For: 1.5.0
>
>
> Issues found so far include use of org.apache.hadoop.hdfs.protocol.FSConstants which is now abstract and deprecated.  We import FSConstants.SOMEVARIABLE then use SOMEVARIABLE, but we'll have to import FSConstants and use FSConstants.SOMEVARIABLE instead.  We could just switch to the new HdfsConstants instead, but then it wouldn't be compatible with 0.20 anymore.  The wikisearch example also extends StatusReporter, which is now marked as a private interface and has different methods.  We might just be able to remove those.

--
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