maytasm commented on a change in pull request #10016:
URL: https://github.com/apache/druid/pull/10016#discussion_r439687666



##########
File path: integration-tests/README.md
##########
@@ -68,6 +68,25 @@ can either be 8 or 11.
 Druid's configuration (using Docker) can be overrided by providing 
-Doverride.config.path=<PATH_TO_FILE>. 
 The file must contain one property per line, the key must start with `druid_` 
and the format should be snake case. 
 
+## Docker compose
+
+Docker compose yamls located in "docker" folder
+
+docker-compose.base.yml - Base file that defining all containers for 
integration test
+
+docker-compose.yml - Defining minimal Druid cluster that can be used for non 
cluster tests.
+    
+    docker-compose -f docker-compose.yml up
+    DRUID_INTEGRATION_TEST_GROUP=query docker-compose -f docker-compose.yml up
+
+docker-compose.override-env.yml - the same configuration as docker-compose.yml 
+ override-env variable that needed to run cloud tests 
+
+    OVERRIDE_ENV=./environment-configs/override-examples/s3 docker-compose -f 
docker-compose.override-env.yml up
+    
+docker-compose.druid-hadoop.yml - druid hadoop

Review comment:
       "druid hadoop" is very vague. Can you change to something like "for 
starting Apache Hadoop 2.8.5 cluster with the same setup as the Druid tutorial".




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