adoroszlai opened a new pull request #659: [HDDS-1351] NoClassDefFoundError when running ozone genconf URL: https://github.com/apache/hadoop/pull/659 ## What changes were proposed in this pull request? Add `jaxb-core` to `hadoop-ozone-tools` dependencies to make `ozone genconf` work again. https://issues.apache.org/jira/browse/HDDS-1351 ## How was this patch tested? ``` $ mvn -Phdds -DskipTests -Dmaven.javadoc.skip=true -Pdist -Dtar -DskipShade -am -pl :hadoop-ozone-dist clean package $ cd $(git rev-parse --show-toplevel)/hadoop-ozone/dist/target/ozone-*-SNAPSHOT/compose/ozones3 $ docker-compose run datanode ozone genconf /tmp ozone-site.xml has been generated at /tmp ```
---------------------------------------------------------------- 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]
