cryptoe commented on a change in pull request #11794:
URL: https://github.com/apache/druid/pull/11794#discussion_r732945393
##########
File path: integration-tests/docker/docker-compose.base.yml
##########
@@ -317,8 +317,10 @@ services:
- ./environment-configs/router-custom-check-tls
### optional supporting infra
+
druid-it-hadoop:
- image: druid-it/hadoop:2.8.5
+ ## Giving fake version
+ image: druid-it/hadoop:9.9.9
Review comment:
As we have different hadoop versions, because of profiles, this is set
to a fake version 9.9.9 as its a docker image tag.
Moving forward I can replace this to match the 'hadoop.complie.version' via
maven resource filtering but it would require some amount of refactoring.
Is it okay if I target this in a follow up PR.
--
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]