Billie Rinaldi created ACCUMULO-564:
---------------------------------------

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


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

        

Reply via email to