Dylan1312 opened a new pull request #8339: Don't inadvertently exclude hadoop-client-core dependency URL: https://github.com/apache/incubator-druid/pull/8339 Fixes #8338. I'm not hugely experienced with maven but it looks like by marking the client-core dependency as provided in indexing-service it's being skipped over in hdfs-storage. This PR removes references to hadoop-client-core that were introduced in #6828 and bumps the scope of hadoop-client in the indexing-service so that each submodule is depending on the same thing. Open to alternatives if anyone with more expertise in maven knows a better fix. Initial testing looks like this fixes the issue but currently getting this to deployed to our test cluster and will update with results. <hr> This PR has: - [ x] been self-reviewed. <hr>
---------------------------------------------------------------- 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]
