[
https://issues.apache.org/jira/browse/TEZ-4258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lewis John McGibbney reopened TEZ-4258:
---------------------------------------
Sorry [~jeagles] I need to re-open.
If we do not specifiy the build machine os distribution then by default TravsCI
will build on xenial which does not offer a oraclejdk8.
I have a trivial patch to fix this.
> 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
> Assignee: Lewis John McGibbney
> Priority: Major
> Fix For: 0.10.1, 0.9.3
>
> Attachments: TEZ-4258.001.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)