aboutsummaryrefslogtreecommitdiff
path: root/bin/pyspark
diff options
context:
space:
mode:
authorshane-huang <shengsheng.huang@intel.com>2013-09-23 16:13:46 +0800
committershane-huang <shengsheng.huang@intel.com>2013-09-23 16:13:46 +0800
commit1d53792a0a48695824c29274be84b74d8d6a2e6a (patch)
treeb4949d671593b2b37b839fcb96bbb0e5c997d0ea /bin/pyspark
parent1d1a6258008fa6d0e3aeeee35169315e441ec2c5 (diff)
downloadspark-1d53792a0a48695824c29274be84b74d8d6a2e6a.tar.gz
spark-1d53792a0a48695824c29274be84b74d8d6a2e6a.tar.bz2
spark-1d53792a0a48695824c29274be84b74d8d6a2e6a.zip
add scripts in bin
Signed-off-by: shane-huang <shengsheng.huang@intel.com>
Diffstat (limited to 'bin/pyspark')
-rwxr-xr-xbin/pyspark2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pyspark b/bin/pyspark
index 4941a36d0d..45a2308cee 100755
--- a/bin/pyspark
+++ b/bin/pyspark
@@ -18,7 +18,7 @@
#
# Figure out where the Scala framework is installed
-FWDIR="$(cd `dirname $0`; pwd)"
+FWDIR="$(cd `dirname $0`/..; pwd)"
# Export this as SPARK_HOME
export SPARK_HOME="$FWDIR"