[HUDI-329] Presto Containers for integration test must allow newly built local jars to override
This commit is contained in:
committed by
Balaji Varadarajan
parent
92c69f5703
commit
f7c2f8cedc
@@ -57,6 +57,9 @@ do
|
||||
cat ${conf_file}.mustache | mustache.sh > ${conf_file}
|
||||
done
|
||||
|
||||
# Copy the presto bundle at run time so that locally built bundle overrides the one that is present in the image
|
||||
cp ${HUDI_PRESTO_BUNDLE} ${PRESTO_HOME}/plugin/hive-hadoop2/
|
||||
|
||||
case "$1" in
|
||||
"coordinator" | "worker" )
|
||||
server_role="$1"
|
||||
|
||||
Reference in New Issue
Block a user