You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cc...@apache.org on 2020/06/02 16:39:16 UTC

[druid] branch master updated (c690d10 -> 56a9cad)

This is an automated email from the ASF dual-hosted git repository.

ccaominh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from c690d10  support customized factory.json via IndexSpec for segment persist (#9957)
     add 56a9cad  Integration Tests. (#9854)

No new revisions were added by this update.

Summary of changes:
 integration-tests/README.md                        |  28 ++-
 .../{stop_cluster.sh => build_run_cluster.sh}      |  31 ++-
 integration-tests/docker/docker-compose.base.yml   | 271 +++++++++++++++++++++
 .../docker/docker-compose.druid-hadoop.yml         |  21 +-
 .../docker/docker-compose.override-env.yml         | 195 +++++++++++++++
 integration-tests/docker/docker-compose.yml        | 173 +++++++++++++
 .../environment-configs/override-examples/s3       |   2 +-
 integration-tests/pom.xml                          |  26 +-
 integration-tests/run_cluster.sh                   | 247 -------------------
 integration-tests/script/copy_hadoop_resources.sh  |  44 ++++
 integration-tests/script/copy_resources.sh         |  80 ++++++
 .../script/docker_build_containers.sh              |  44 ++++
 integration-tests/script/docker_run_cluster.sh     |  55 +++++
 integration-tests/stop_cluster.sh                  |   7 +-
 14 files changed, 938 insertions(+), 286 deletions(-)
 copy integration-tests/{stop_cluster.sh => build_run_cluster.sh} (54%)
 create mode 100644 integration-tests/docker/docker-compose.base.yml
 copy examples/bin/broker.sh => integration-tests/docker/docker-compose.druid-hadoop.yml (77%)
 create mode 100644 integration-tests/docker/docker-compose.override-env.yml
 create mode 100644 integration-tests/docker/docker-compose.yml
 delete mode 100755 integration-tests/run_cluster.sh
 create mode 100755 integration-tests/script/copy_hadoop_resources.sh
 create mode 100755 integration-tests/script/copy_resources.sh
 create mode 100755 integration-tests/script/docker_build_containers.sh
 create mode 100755 integration-tests/script/docker_run_cluster.sh


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org