aboutsummaryrefslogtreecommitdiff
path: root/spark-shell.cmd
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-07-16 17:30:15 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-07-16 17:30:15 -0700
commit87d586e4da63e6e1875d9cac194c6f11e1cdc653 (patch)
tree3b2ed3203b6abb94a3a853a7b95dfebaa67665a1 /spark-shell.cmd
parentd733527bb4dad14b276b4f56b1ff5c3ee1cb7f75 (diff)
parent4ff494de20c36151dc29a60825d67e094d14acd4 (diff)
downloadspark-87d586e4da63e6e1875d9cac194c6f11e1cdc653.tar.gz
spark-87d586e4da63e6e1875d9cac194c6f11e1cdc653.tar.bz2
spark-87d586e4da63e6e1875d9cac194c6f11e1cdc653.zip
Merge remote-tracking branch 'old/master'
Diffstat (limited to 'spark-shell.cmd')
-rw-r--r--spark-shell.cmd18
1 files changed, 18 insertions, 0 deletions
diff --git a/spark-shell.cmd b/spark-shell.cmd
index 34697d52d7..ec65eabb74 100644
--- a/spark-shell.cmd
+++ b/spark-shell.cmd
@@ -1,4 +1,22 @@
@echo off
+
+rem
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements. See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License. You may obtain a copy of the License at
+rem
+rem http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+rem
+
set FWDIR=%~dp0
set SPARK_LAUNCH_WITH_SCALA=1
cmd /V /E /C %FWDIR%run2.cmd spark.repl.Main %*