You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Billie Rinaldi (JIRA)" <ji...@apache.org> on 2012/07/05 21:06:33 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=13407400#comment-13407400 ] 

Billie Rinaldi commented on ACCUMULO-564:
-----------------------------------------

HBASE-5964 may be relevant.
                
> 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
>
> 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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira