We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7dac01 commit d3a68fbCopy full SHA for d3a68fb
.circleci/install-prerequisites.sh
@@ -34,4 +34,9 @@ echo "Installing OS-level dependencies: $ALL_DEPENDENCIES"
34
35
sudo apt-get clean && sudo apt-get -y update && sudo ACCEPT_EULA='Y' apt-get -y install $ALL_DEPENDENCIES
36
37
+if [ "$ENGINE" == "spark" ]; then
38
+ echo "Using Java version for spark:"
39
+ java -version
40
+fi
41
+
42
echo "All done"
0 commit comments