aboutsummaryrefslogtreecommitdiff
path: root/bin/spark-submit
diff options
context:
space:
mode:
Diffstat (limited to 'bin/spark-submit')
-rwxr-xr-xbin/spark-submit2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spark-submit b/bin/spark-submit
index 32c911cd04..277c4ce571 100755
--- a/bin/spark-submit
+++ b/bin/spark-submit
@@ -17,7 +17,7 @@
# limitations under the License.
#
-# NOTE: Any changes in this file must be reflected in SparkClassLauncher.scala!
+# NOTE: Any changes in this file must be reflected in SparkSubmitDriverBootstrapper.scala!
export SPARK_HOME="$(cd `dirname $0`/..; pwd)"
ORIG_ARGS=("$@")