clintropolis opened a new pull request, #18247: URL: https://github.com/apache/druid/pull/18247
### Description This PR makes it so that the `indexing-hadoop` module is no longer a dependency of `indexing-service`. Instead, `indexing-hadoop` depends on `indexing-service`, and the only references to `indexing-hadoop` is the `services` module. To validate the changes I ran `ITHadoopIndexTest`, which .. failed because I think this thing hasn't been updated in some time (i tried but gave up), but all of the hadoop ingestion tasks it ran as part of the tests ran and succeeded, just the queries after failed. I saw the same failures without the changes in this PR too (with the dockerfile and json file fixes from this PR), so I think everything is still ok. The next step to explore after this PR is moving the `indexing-hadoop` module into a contrib extension. -- 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]
