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

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

     [ https://issues.apache.org/jira/browse/ACCUMULO-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Billie Rinaldi resolved ACCUMULO-564.
-------------------------------------

    Resolution: Won't Fix
    
> 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