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 58357cc commit 940a1bbCopy full SHA for 940a1bb
bin/compute-classpath.sh
@@ -75,7 +75,7 @@ datanucleus_jars=$(echo "$datanucleus_jars" | tr "\n" : | sed s/:$//g)
75
76
if [ -n "$datanucleus_jars" ]; then
77
an_assembly_jar=${ASSEMBLY_JAR:-$DEPS_ASSEMBLY_JAR}
78
- hive_files=$(jar tvf "$an_assembly_jar" org/apache/hadoop/hive/ql/exec)
+ hive_files=$(jar tvf "$an_assembly_jar" org/apache/hadoop/hive/ql/exec 2>/dev/null)
79
if [ -n "$hive_files" ]; then
80
echo "Spark assembly has been built with Hive, including Datanucleus jars on classpath" 1>&2
81
CLASSPATH=$CLASSPATH:$datanucleus_jars
0 commit comments