petersomogyi commented on issue #18: HBASE-21432 Add Apache Yetus integration for hbase-connectors repository URL: https://github.com/apache/hbase-connectors/pull/18#issuecomment-464809611 I copied the Dockerfile from hbase's dev-support/docker/Dockerfile for Yetus. The problem with yetus' image is that it uses Maven 3.3.9 but this repository requires 3.5.0 at least. I believe we don't need any additional packages on this image, I removed ruby and C specific packages. Apparently there is a conflict between the used surefire and JDK. I'm still looking into what would be the best way to solve this. https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class
---------------------------------------------------------------- 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
