aboutsummaryrefslogtreecommitdiff
path: root/bin/spark-submit
diff options
context:
space:
mode:
authorAndrew Or <andrewor14@gmail.com>2014-08-26 23:06:11 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-08-26 23:06:21 -0700
commite7672f19674c37fbd1a43fb3793b69097349bca1 (patch)
treefa34ecc4aa86d13dac30867dc0413a64c8d752c6 /bin/spark-submit
parent2381e90dc04932f10d4c4534dcb64168799dc8af (diff)
downloadspark-e7672f19674c37fbd1a43fb3793b69097349bca1.tar.gz
spark-e7672f19674c37fbd1a43fb3793b69097349bca1.tar.bz2
spark-e7672f19674c37fbd1a43fb3793b69097349bca1.zip
[SPARK-3167] Handle special driver configs in Windows (Branch 1.1)
This is an effort to bring the Windows scripts up to speed after recent splashing changes in #1845. Author: Andrew Or <andrewor14@gmail.com> Closes #2156 from andrewor14/windows-config-branch-1.1 and squashes the following commits: 00b9dfe [Andrew Or] [SPARK-3167] Handle special driver configs in Windows
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=("$@")