Skip to content

Commit 521ff6d

Browse files
committed
Trying to get spark to build with hive
1 parent ab95eba commit 521ff6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ else
3434
fi
3535
JAVA_VERSION=$($java_cmd -version 2>&1 | sed 's/java version "\(.*\)\.\(.*\)\..*"/\1\2/; 1q')
3636
[ "$JAVA_VERSION" -ge 18 ] && echo "" || echo "[Warn] Java 8 tests will not run because JDK version is < 1.8."
37-
SPARK_HIVE=true
37+
export SPARK_HIVE=true
3838

3939
echo "========================================================================="
4040
echo "Running Apache RAT checks"

0 commit comments

Comments
 (0)