This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47043-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from baa6e478ca0 [improvement](test)aovid cluster contain keyword that will make grant… (#47061) add 882ec313618 [Opt](external-docker) Modify kerberos network mode to host (#47043) No new revisions were added by this update. Summary of changes: .../update-location.sh => common/event-hook.sh} | 14 ++--- .../docker-compose/common/hive-configure.sh | 50 ++++++++++++++++ .../kerberos/common/conf/doris-krb5.conf | 19 +++--- .../kerberos/common/hadoop/hadoop-run.sh | 2 + .../kerberos/conf/kerberos1/kdc.conf.tpl | 50 ++++++++++++++++ .../kerberos1/krb5.conf.tpl} | 27 +++------ .../kerberos2/kdc.conf.tpl} | 23 ++++++-- .../health.sh => conf/kerberos2/krb5.conf.tpl} | 30 +++++----- .../hadoop-health-check.sh => conf/my.cnf.tpl} | 36 ++++++----- .../kerberos/entrypoint-hive-master-2.sh | 50 ---------------- .../kerberos/entrypoint-hive-master.sh | 46 +++++++++++---- .../docker-compose/kerberos/hadoop-hive.env.tpl | 65 ++++++++++++++++++++ .../kerberos/health-checks/health.sh | 1 - .../kerberos/health-checks/hive-health-check-2.sh | 2 +- .../kerberos/health-checks/hive-health-check.sh | 2 +- ...doop-health-check.sh => supervisorctl-check.sh} | 0 .../docker-compose/kerberos/kerberos.yaml.tpl | 69 +++++++++------------- .../docker-compose/kerberos/kerberos1_settings.env | 47 +++++++++++++++ ...ntial_cache_files.sh => kerberos2_settings.env} | 40 ++++++++----- docker/thirdparties/run-thirdparties-docker.sh | 24 +++++--- .../kerberos/test_single_hive_kerberos.groovy | 19 +++--- .../kerberos/test_two_hive_kerberos.groovy | 13 ++-- 22 files changed, 411 insertions(+), 218 deletions(-) copy docker/thirdparties/docker-compose/{kerberos/two-kerberos-hives/update-location.sh => common/event-hook.sh} (74%) mode change 100755 => 100644 create mode 100755 docker/thirdparties/docker-compose/common/hive-configure.sh create mode 100644 docker/thirdparties/docker-compose/kerberos/conf/kerberos1/kdc.conf.tpl copy docker/thirdparties/docker-compose/kerberos/{common/conf/doris-krb5.conf => conf/kerberos1/krb5.conf.tpl} (66%) rename docker/thirdparties/docker-compose/kerberos/{two-kerberos-hives/update-location.sh => conf/kerberos2/kdc.conf.tpl} (56%) mode change 100755 => 100644 copy docker/thirdparties/docker-compose/kerberos/{health-checks/health.sh => conf/kerberos2/krb5.conf.tpl} (68%) mode change 100755 => 100644 copy docker/thirdparties/docker-compose/kerberos/{health-checks/hadoop-health-check.sh => conf/my.cnf.tpl} (57%) mode change 100755 => 100644 delete mode 100755 docker/thirdparties/docker-compose/kerberos/entrypoint-hive-master-2.sh create mode 100644 docker/thirdparties/docker-compose/kerberos/hadoop-hive.env.tpl rename docker/thirdparties/docker-compose/kerberos/health-checks/{hadoop-health-check.sh => supervisorctl-check.sh} (100%) create mode 100644 docker/thirdparties/docker-compose/kerberos/kerberos1_settings.env rename docker/thirdparties/docker-compose/kerberos/{ccache/create_kerberos_credential_cache_files.sh => kerberos2_settings.env} (50%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org