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

[druid] branch master updated (ea2d51d -> d2e6240)

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

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


    from ea2d51d  Better error message for compaction task when it sees no segments for compaction (#10728)
     add d2e6240  k8s-int-test-build: zk-less druid cluster and http based segment/task managment (#10686)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  7 +-
 docs/development/extensions-core/kubernetes.md     | 35 +++++++-
 .../k8s/role-and-binding.yaml                      | 31 +++++--
 integration-tests/{ => k8s}/tiny-cluster.yaml      | 49 ++++++++---
 integration-tests/script/build_run_k8s_cluster.sh  | 84 -------------------
 integration-tests/script/setup_druid_on_k8s.sh     | 52 ++++++++++++
 .../setup_druid_operator_on_k8s.sh}                | 34 ++++----
 .../setup_k8s_cluster.sh}                          | 33 +++-----
 integration-tests/tiny-cluster-zk.yaml             | 97 ----------------------
 9 files changed, 179 insertions(+), 243 deletions(-)
 copy .lgtm.yml => integration-tests/k8s/role-and-binding.yaml (66%)
 rename integration-tests/{ => k8s}/tiny-cluster.yaml (91%)
 delete mode 100755 integration-tests/script/build_run_k8s_cluster.sh
 create mode 100755 integration-tests/script/setup_druid_on_k8s.sh
 copy integration-tests/{build_run_cluster.sh => script/setup_druid_operator_on_k8s.sh} (50%)
 copy integration-tests/{build_run_cluster.sh => script/setup_k8s_cluster.sh} (51%)
 delete mode 100644 integration-tests/tiny-cluster-zk.yaml


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