[chore](ci) adjust thirdparty docker image source for easy management… (#38558)
… (#37307) pick from master #37307 Co-authored-by: stephen <hello-stephen@qq.com>
This commit is contained in:
@ -53,7 +53,7 @@ services:
|
||||
network_mode: "host"
|
||||
|
||||
hive-server:
|
||||
image: lishizhen/hive:3.1.2-postgresql-metastore
|
||||
image: doristhirdpartydocker/hive:3.1.2-postgresql-metastore
|
||||
env_file:
|
||||
- ./hadoop-hive.env
|
||||
environment:
|
||||
@ -74,7 +74,7 @@ services:
|
||||
|
||||
|
||||
hive-metastore:
|
||||
image: lishizhen/hive:3.1.2-postgresql-metastore
|
||||
image: doristhirdpartydocker/hive:3.1.2-postgresql-metastore
|
||||
env_file:
|
||||
- ./hadoop-hive.env
|
||||
command: /bin/bash /mnt/scripts/hive-metastore.sh
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
version: "3"
|
||||
services:
|
||||
hive-krb:
|
||||
image: ghcr.io/trinodb/testing/hdp3.1-hive-kerberized
|
||||
image: doristhirdpartydocker/trinodb:hdp3.1-hive-kerberized_96
|
||||
container_name: doris--kerberos1
|
||||
volumes:
|
||||
- ./two-kerberos-hives:/keytabs
|
||||
@ -42,7 +42,7 @@ services:
|
||||
ipv4_address: 172.31.71.25
|
||||
|
||||
hive-krb2:
|
||||
image: ghcr.io/trinodb/testing/hdp3.1-hive-kerberized-2:96
|
||||
image: doristhirdpartydocker/trinodb:hdp3.1-hive-kerberized-2_96
|
||||
container_name: doris--kerberos2
|
||||
hostname: hadoop-master-2
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user