adoroszlai opened a new pull request #1386: URL: https://github.com/apache/hadoop-ozone/pull/1386
## What changes were proposed in this pull request? Compile error with JDK 11 is caused by too old META-INF/services generator. Fix by upgrading to latest version. ``` [INFO] Apache Hadoop HDDS Tools ........................... FAILURE ... [ERROR] Failed to load existing service definition files: java.nio.file.NoSuchFileException: hadoop-hdds/tools/target/classes/META-INF/services/org.apache.hadoop.hdds.cli.SubcommandWithParent ``` https://issues.apache.org/jira/browse/HDDS-4197 ## How was this patch tested? ``` $ mvn -V -DskipTests clean verify ... Java version: 11.0.7, vendor: Oracle Corporation, ... ... [INFO] BUILD SUCCESS ``` https://github.com/adoroszlai/hadoop-ozone/runs/1063849815 Also [verified with Java 11 in CI](https://github.com/adoroszlai/hadoop-ozone/runs/1063860210) for HDDS-4198. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org