Skip to content

Commit

Permalink
Open YARN ports required to check logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Rosa authored and kokosing committed Oct 14, 2017
1 parent b5f6d79 commit e655ba7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions presto-hive-hadoop2/conf/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ services:
ports:
- '1180:1180'
- '8020:8020'
- '8042:8042'
- '8088:8088'
- '9083:9083'
- '10000:10000'
- '19888:19888'
- '50070:50070'
- '50075:50075'
volumes:
Expand Down
2 changes: 2 additions & 0 deletions presto-product-tests/conf/docker/common/standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ services:
ports:
- '${HIVE_PROXY_PORT}:1180'
- '8020:8020'
- '8042:8042'
- '8088:8088'
- '9000:9000'
- '9083:9083'
- '10000:10000'
- '19888:19888'
- '50070:50070'
- '50075:50075'
command: bash -c "/root/change_timezone.sh Asia/Kathmandu && /root/startup.sh"
Expand Down

0 comments on commit e655ba7

Please sign in to comment.