Lewis John McGibbney created TEZ-4258:
-----------------------------------------
Summary: Fix travisci build
Key: TEZ-4258
URL: https://issues.apache.org/jira/browse/TEZ-4258
Project: Apache Tez
Issue Type: Bug
Reporter: Lewis John McGibbney
The TravisCI build looks like it's been broken for quite some time.
The build errors with the following message
{code:java}
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 16, 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 .
Your build has been stopped.
{code}
This is off putting to potential new contributors and can be fixed pretty
easily. PR coming up.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)