Skip to content

Commit d3a68fb

Browse files
committed
Shotgun debug Spark test
1 parent a7dac01 commit d3a68fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/install-prerequisites.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,9 @@ echo "Installing OS-level dependencies: $ALL_DEPENDENCIES"
3434

3535
sudo apt-get clean && sudo apt-get -y update && sudo ACCEPT_EULA='Y' apt-get -y install $ALL_DEPENDENCIES
3636

37+
if [ "$ENGINE" == "spark" ]; then
38+
echo "Using Java version for spark:"
39+
java -version
40+
fi
41+
3742
echo "All done"

0 commit comments

Comments
 (0)