Skip to content

Commit

Permalink
SPARK-1330 removed extra echo from comput_classpath.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tgravescs committed Mar 26, 2014
1 parent a0853a3 commit b10d708
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/compute-classpath.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ CLASSPATH="$SPARK_CLASSPATH:$FWDIR/conf"
# Hopefully we will find a way to avoid uber-jars entirely and deploy only the needed packages in
# the future.
if [ -f "$FWDIR"/sql/hive/target/scala-$SCALA_VERSION/spark-hive-assembly-*.jar ]; then
echo "Hive assembly found, including hive support. If this isn't desired run sbt hive/clean."

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

0 comments on commit b10d708

Please sign in to comment.