File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ while (($#)); do
9292 esac
9393done
9494
95- eval " $FWDIR " /bin/spark-submit --class $CLASS ${SUBMISSION_ARGS[*]} spark-internal ${CLI_ARGS[*]}
95+ " $FWDIR " /bin/spark-submit --class $CLASS " ${SUBMISSION_ARGS[@]} " spark-internal " ${CLI_ARGS[@]} "
9696exit_status=$?
9797
9898if [[ exit_status -eq CLASS_NOT_FOUND_EXIT_STATUS ]]; then
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ while (($#)); do
7676 esac
7777done
7878
79- eval " $FWDIR " /bin/spark-submit --class $CLASS ${SUBMISSION_ARGS[*]} spark-internal ${THRIFT_SERVER_ARGS[*]}
79+ " $FWDIR " /bin/spark-submit --class $CLASS " ${SUBMISSION_ARGS[@]} " spark-internal " ${THRIFT_SERVER_ARGS[@]} "
8080exit_status=$?
8181
8282if [[ exit_status -eq CLASS_NOT_FOUND_EXIT_STATUS ]]; then
You can’t perform that action at this time.
0 commit comments