[HUDI-2785] Add Trino setup in Docker Demo (#4300)
* [HUDI-2785] Add Trino setup in Docker Demo * Update docker account and remove unnecessary configs * Adjust sparkadhoc Dockerfile
This commit is contained in:
@@ -22,10 +22,12 @@
|
||||
|
||||
|
||||
export SPARK_HOME=/opt/spark
|
||||
export PRESTO_CLI_CMD="/usr/local/bin/presto --server presto-coordinator-1"
|
||||
export PRESTO_CLI_CMD="/usr/local/bin/presto --server presto-coordinator-1:8090"
|
||||
export TRINO_CLI_CMD="/usr/local/bin/trino --server trino-coordinator-1:8091"
|
||||
|
||||
date
|
||||
echo "SPARK HOME is : $SPARK_HOME"
|
||||
echo "PRESTO CLI CMD is : $PRESTO_CLI_CMD"
|
||||
echo "TRINO CLI CMD is : $TRINO_CLI_CMD"
|
||||
|
||||
tail -f /dev/null
|
||||
|
||||
Reference in New Issue
Block a user