friscoMad opened a new pull request, #8139: URL: https://github.com/apache/hadoop/pull/8139
### Description of PR This file breaks using jaxb in the same classpath where Hadoop is present if JVM 9+ See ticket: https://issues.apache.org/jira/browse/HADOOP-17540 This was fixed on https://github.com/apache/hadoop/pull/7019 for trunk, but the 3.4 branch still has the problem, I am not sure if you are planning to cut a new release from 3.4 but as I see that there has been commits in that branch I assume that it will happen eventually. In fact, we would love a 3.3 backport, as I am not sure if Spark 3 will work with Hadoop 3.4 which is our setup. ### How was this patch tested? I have not tested it as I don't have the setup for this project done. But it should be as simple as generating the shaded jars, expanding, and confirming that the file is not there anymore. ### For code changes: - [X] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')? - [ ] Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation? - [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)? - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, `NOTICE-binary` files? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
