diff --git a/bin/compute-classpath.sh b/bin/compute-classpath.sh index e01cfa1eb88ae44d4f134a9f2e93e0251846fa7f..278969655de48fdc7fdcbabc012dbfeeb71945a5 100755 --- a/bin/compute-classpath.sh +++ b/bin/compute-classpath.sh @@ -30,7 +30,6 @@ if [ -e "$FWDIR/conf/spark-env.sh" ] ; then . $FWDIR/conf/spark-env.sh fi - # Build up classpath CLASSPATH="$SPARK_CLASSPATH:$FWDIR/conf"