Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
allwefantasy committed May 30, 2019
1 parent dcba2ab commit 77485b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker/start-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MAIN_JAR=$(ls ${MLSQL_HOME}/libs|grep 'streamingpro-mlsql')
export DRIVER_MEMORY=${DRIVER_MEMORY:-2g}
$SPARK_HOME/bin/spark-submit --class streaming.core.StreamingApp \
--driver-memory ${DRIVER_MEMORY} \
--jars ${JARS} \
--jars ${JARS} \
--master local[*] \
--name mlsql \
--conf "spark.driver.extraJavaOptions"="-DREALTIME_LOG_HOME=/tmp/__mlsql__/logs" \
Expand Down

0 comments on commit 77485b2

Please sign in to comment.