Skip to content

Commit

Permalink
Trying to get spark to build with hive
Browse files Browse the repository at this point in the history
  • Loading branch information
ahirreddy committed Apr 15, 2014
1 parent ab95eba commit 521ff6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ else
fi
JAVA_VERSION=$($java_cmd -version 2>&1 | sed 's/java version "\(.*\)\.\(.*\)\..*"/\1\2/; 1q')
[ "$JAVA_VERSION" -ge 18 ] && echo "" || echo "[Warn] Java 8 tests will not run because JDK version is < 1.8."
SPARK_HIVE=true
export SPARK_HIVE=true

echo "========================================================================="
echo "Running Apache RAT checks"
Expand Down

0 comments on commit 521ff6d

Please sign in to comment.