Skip to content

Commit b10d708

Browse files
committed
SPARK-1330 removed extra echo from comput_classpath.sh
1 parent a0853a3 commit b10d708

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/compute-classpath.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ CLASSPATH="$SPARK_CLASSPATH:$FWDIR/conf"
3636
# Hopefully we will find a way to avoid uber-jars entirely and deploy only the needed packages in
3737
# the future.
3838
if [ -f "$FWDIR"/sql/hive/target/scala-$SCALA_VERSION/spark-hive-assembly-*.jar ]; then
39-
echo "Hive assembly found, including hive support. If this isn't desired run sbt hive/clean."
4039

4140
# Datanucleus jars do not work if only included in the uberjar as plugin.xml metadata is lost.
4241
DATANUCLEUSJARS=$(JARS=("$FWDIR/lib_managed/jars"/datanucleus-*.jar); IFS=:; echo "${JARS[*]}")

0 commit comments

Comments
 (0)