aboutsummaryrefslogtreecommitdiff
path: root/pyspark.cmd
diff options
context:
space:
mode:
authorMatei Zaharia <matei.zaharia@gmail.com>2013-09-02 01:19:29 +0000
committerMatei Zaharia <matei.zaharia@gmail.com>2013-09-02 01:19:29 +0000
commit141f54279e538e36e0506eb37b51df90dfa27358 (patch)
treed92ea2cb30d9f8c8f90607c01df0e24e7137de4a /pyspark.cmd
parent6550e5e60c501cbce40f0e968fc674e499f21949 (diff)
downloadspark-141f54279e538e36e0506eb37b51df90dfa27358.tar.gz
spark-141f54279e538e36e0506eb37b51df90dfa27358.tar.bz2
spark-141f54279e538e36e0506eb37b51df90dfa27358.zip
Further fixes to get PySpark to work on Windows
Diffstat (limited to 'pyspark.cmd')
-rw-r--r--pyspark.cmd23
1 files changed, 23 insertions, 0 deletions
diff --git a/pyspark.cmd b/pyspark.cmd
new file mode 100644
index 0000000000..7c26fbbac2
--- /dev/null
+++ b/pyspark.cmd
@@ -0,0 +1,23 @@
+@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
+
+rem This is the entry point for running PySpark. To avoid polluting the
+rem environment, it just launches a new cmd to do the real work.
+
+cmd /V /E /C %~dp0pyspark2.cmd %*