diff --git a/README.md b/README.md index f7abd71..bb77f27 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The playground runs a number of services. The TCP ports used may clash with exis | Docker container | Ports used | |-----------------------|----------------------| | playground-gravitino | 8090 9001 | -| playground-hive | 3307 9003 9084 50071 | +| playground-hive | 3307 19000 19083 60070 | | playground-mysql | 13306 | | playground-postgresql | 15342 | | playground-trino | 18080 | diff --git a/docker-compose.yaml b/docker-compose.yaml index 90fa009..648ea27 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -22,9 +22,9 @@ services: image: datastrato/hive:2.7.3-no-yarn ports: - "3307:3306" - - "9003:9000" - - "9084:9083" - - "50071:50070" + - "19000:9000" + - "19083:9083" + - "60070:50070" container_name: playground-hive environment: - HADOOP_USER_NAME=root