1
0

[HUDI-329] Presto Containers for integration test must allow newly built local jars to override

This commit is contained in:
Balaji Varadarajan
2019-11-13 08:56:36 -08:00
committed by Balaji Varadarajan
parent 92c69f5703
commit f7c2f8cedc
2 changed files with 8 additions and 1 deletions

View File

@@ -195,7 +195,9 @@ services:
- PRESTO_MEMORY_HEAP_HEADROOM_PER_NODE=100MB
- TERM=xterm
links:
- "hivemetastore"
- "hivemetastore"
volumes:
- ${HUDI_WS}:/var/hoodie/ws
command: coordinator
presto-worker-1:
@@ -215,6 +217,8 @@ services:
- "hiveserver"
- "hive-metastore-postgresql"
- "namenode"
volumes:
- ${HUDI_WS}:/var/hoodie/ws
command: worker
adhoc-1: