Skip to content

Commit

Permalink
travis: hadoop: use openjdk-7
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jul 19, 2019
1 parent 3becd5c commit a4e461f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/install_hadoop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -x
set -e

sudo apt-get update -y
sudo apt-get install openjdk-8-jdk
sudo apt-get install openjdk-7-jdk
java -version

pushd /usr/local
Expand Down

0 comments on commit a4e461f

Please sign in to comment.