diff --git a/bin/compute-classpath.sh b/bin/compute-classpath.sh index 0ae06ceb154c4..2a98e25dc7381 100755 --- a/bin/compute-classpath.sh +++ b/bin/compute-classpath.sh @@ -29,7 +29,6 @@ FWDIR="$(cd `dirname $0`/..; pwd)" # Build up classpath CLASSPATH="$SPARK_CLASSPATH:$SPARK_SUBMIT_CLASSPATH:$FWDIR/conf" -CLASSPATH=$(echo "$CLASSPATH" | sed s/::/:/g) ASSEMBLY_DIR="$FWDIR/assembly/target/scala-$SCALA_VERSION"