adoroszlai opened a new pull request #1525: HDDS-2179. ConfigFileGenerator fails with Java 10 or newer URL: https://github.com/apache/hadoop/pull/1525 ## What changes were proposed in this pull request? Allow building HDDS Config (and Ozone in general) with newer JDKs. https://issues.apache.org/jira/browse/HDDS-2179 ## How was this patch tested? Tested HDDS Config build with Java 8, 10, 11, 13. ``` $ mvn -f pom.ozone.xml -DskipTests -am -pl :hadoop-hdds-config clean package ... [INFO] Apache Hadoop Ozone Main ........................... SUCCESS [ 0.472 s] [INFO] Apache Hadoop HDDS ................................. SUCCESS [ 1.718 s] [INFO] Apache Hadoop HDDS Config .......................... SUCCESS [ 1.651 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS $ wc hadoop-hdds/config/target/test-classes/ozone-default-generated.xml 33 63 1060 hadoop-hdds/config/target/test-classes/ozone-default-generated.xml ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
