File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docker/thirdparties/docker-compose Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ services:
53
53
network_mode: "host"
54
54
55
55
hive-server:
56
- image: lishizhen /hive:3.1.2-postgresql-metastore
56
+ image: doristhirdpartydocker /hive:3.1.2-postgresql-metastore
57
57
env_file:
58
58
- ./hadoop-hive.env
59
59
environment:
@@ -74,7 +74,7 @@ services:
74
74
75
75
76
76
hive-metastore:
77
- image: lishizhen /hive:3.1.2-postgresql-metastore
77
+ image: doristhirdpartydocker /hive:3.1.2-postgresql-metastore
78
78
env_file:
79
79
- ./hadoop-hive.env
80
80
command: /bin/bash /mnt/scripts/hive-metastore.sh
Original file line number Diff line number Diff line change 17
17
version: "3"
18
18
services:
19
19
hive-krb:
20
- image: ghcr.io /trinodb/testing/ hdp3.1-hive-kerberized
20
+ image: doristhirdpartydocker /trinodb: hdp3.1-hive-kerberized_96
21
21
container_name: doris--kerberos1
22
22
volumes:
23
23
- ./two-kerberos-hives:/keytabs
@@ -42,7 +42,7 @@ services:
42
42
ipv4_address: 172.31.71.25
43
43
44
44
hive-krb2:
45
- image: ghcr.io /trinodb/testing/ hdp3.1-hive-kerberized-2:96
45
+ image: doristhirdpartydocker /trinodb: hdp3.1-hive-kerberized-2_96
46
46
container_name: doris--kerberos2
47
47
hostname: hadoop-master-2
48
48
volumes:
You can’t perform that action at this time.
0 commit comments