We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e793e5f commit c2273fcCopy full SHA for c2273fc
bin/spark-submit
@@ -83,7 +83,7 @@ fi
83
84
# For client mode, the driver will be launched in the JVM that launches
85
# SparkSubmit, so we need to handle the class paths, java options, and
86
-# memory pre-emptively in bash. Otherwise, it will be too late by the
+# memory preemptively in bash. Otherwise, it will be too late by the
87
# time the JVM has started.
88
89
if [[ $DEPLOY_MODE == "client" ]]; then
0 commit comments