databricks / spark-sql-perf

Apache License 2.0
582 stars 406 forks source link

Fix the CI cannot install Oracle JDK 8 issue #195

Closed wangyum closed 3 years ago

wangyum commented 3 years ago

Fix the CI cannot install Oracle JDK 8 issue:

Installing oraclejdk8
$ export JAVA_HOME=~/oraclejdk8
$ export PATH="$JAVA_HOME/bin:$PATH"
$ ~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"
Ignoring license option: BCL -- using GPLv2+CE by default
install-jdk.sh 2020-06-02
Expected feature release number in range of 9 to 17, but got: 8
The command "~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"" failed and exited with 3 during .
HyukjinKwon commented 3 years ago

Looks pretty good to me but cc @npoggi.

HyukjinKwon commented 3 years ago

I think the CI build passed (https://travis-ci.org/github/databricks/spark-sql-perf/builds/755911201?utm_source=github_status&utm_medium=notification) tested it.

HyukjinKwon commented 3 years ago

Shall we merge this in, @npoggi?