aboutsummaryrefslogtreecommitdiff
path: root/sbin/compute-classpath.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/compute-classpath.sh')
-rwxr-xr-xsbin/compute-classpath.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/compute-classpath.sh b/sbin/compute-classpath.sh
index d9217ecf77..cfe5fe7bef 100755
--- a/sbin/compute-classpath.sh
+++ b/sbin/compute-classpath.sh
@@ -31,7 +31,7 @@ if [ -e "$FWDIR/conf/spark-env.sh" ] ; then
fi
# Build up classpath
-CLASSPATH="$SPARK_CLASSPATH:$FWDIR/conf"
+CLASSPATH="$FWDIR/conf"
if [ -f "$FWDIR/RELEASE" ]; then
ASSEMBLY_JAR=`ls "$FWDIR"/jars/spark-assembly*.jar`
else