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

Christopher Tubbs updated ACCUMULO-564:
---------------------------------------

    Fix Version/s: 1.5.0
    
> 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

Reply via email to