We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0853a3 commit b10d708Copy full SHA for b10d708
bin/compute-classpath.sh
@@ -36,7 +36,6 @@ CLASSPATH="$SPARK_CLASSPATH:$FWDIR/conf"
36
# Hopefully we will find a way to avoid uber-jars entirely and deploy only the needed packages in
37
# the future.
38
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."
40
41
# Datanucleus jars do not work if only included in the uberjar as plugin.xml metadata is lost.
42
DATANUCLEUSJARS=$(JARS=("$FWDIR/lib_managed/jars"/datanucleus-*.jar); IFS=:; echo "${JARS[*]}")
0 commit comments