Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-564

Make Accumulo work with Hadoop 0.23

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            billie Billie Rinaldi
            billie Billie Rinaldi
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: