ctubbsii commented on issue #569: Accumulo 1.9.x does not work with Hadoop 3.x URL: https://github.com/apache/accumulo/issues/569#issuecomment-406757829 If you build the Accumulo tarball with the Hadoop 3 profile, `-Dhadoop.profile=3`, it will include commons-configuration 1.6. There was a JIRA issue, https://issues.apache.org/jira/browse/ACCUMULO-4830 , which proposed creating a single binary tarball compatible with both... which might be easy if we bundle everything we need, and have different config templates for Hadoop 2 and 3, which list their class path items directly rather than use wildcards. When I tried using 1.9.x with Hadoop 3.0.2, it worked as long as I built with the Hadoop 3 profile, but I couldn't get it to work with 3.1.0, and I wasn't able to figure out why.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
