agricenko commented on a change in pull request #9854:
URL: https://github.com/apache/druid/pull/9854#discussion_r425709253



##########
File path: integration-tests/docker/docker-compose.azure.yml
##########
@@ -0,0 +1,182 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more

Review comment:
       Usually developers prepare docker-compose files for each "use case". And 
all this docker-compose files it's something stable, you do some changes in 
this files rarely.
   If you have all docker-compose files for each use case you can see how many 
combinations you have, you can see what the difference between each type of 
configuration.
   
   I understand that all files in "environment-configs/override-examples/" this 
is more like example configuration but for new developer who want to understand 
how to run "s3" tests he need to check only docker-compose.s3.yml.
   
   We have 2 ways how to run "druid containers for s3" tests:
   1. run hadoop + druid: 
   docker-compose -f ./integration-tests/docker/docker-compose.s3.yml up -d
   2.run hadoop: 
   docker-compose -f ./integration-tests/docker/docker-compose.hadoop.yml up -d
   run druid-containers:
   OVERRIDE_ENV=<full_path_to_env_file> docker-compose -f 
./integration-tests/docker/docker-compose.override-env.yml up -d




----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to