[
https://issues.apache.org/jira/browse/HBASE-22955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931115#comment-16931115
]
Hudson commented on HBASE-22955:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.3-IT #643 (See
[https://builds.apache.org/job/HBase-1.3-IT/643/])
HBASE-22955 Properly set jdk7 as JAVA_HOME for branches-1 precommit and
(busbey: rev de2952b78cb6e49808c8bee3a1de8c5e37cd4cdb)
* (edit) dev-support/docker/Dockerfile
* (edit) dev-support/Jenkinsfile_GitHub
* (edit) dev-support/Jenkinsfile
* (edit) dev-support/hbase-personality.sh
* (edit) dev-support/hbase_nightly_yetus.sh
> Branches-1 precommit and nightly yetus jobs are using jdk8 for jdk7 jobs
> ------------------------------------------------------------------------
>
> Key: HBASE-22955
> URL: https://issues.apache.org/jira/browse/HBASE-22955
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.5.0, 1.3.6, 1.4.11
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Major
> Fix For: 3.0.0, 1.5.0, 2.3.0, 1.3.6, 1.4.11, 2.1.7, 2.2.2
>
>
> branch-1 nightly job is failing while trying to do our yetus shaded jar test
> because the enforcer plugin complains about a jdk8 jdk-tools jar being
> present.
>
> looking at the yetus footer, it's because jdk8 is being used instead of jdk7:
> {code:java}
> [2019-08-30T13:30:34.353Z] | maven | version: Apache Maven 3.0.5 |
> [2019-08-30T13:30:34.353Z] | Default Java | 1.8.0_222 |
> {code}
> Same thing in the footer of the jdk7 build (which passes, even though it
> shouldn't)
> {code}
> [2019-08-30T15:43:29.103Z] | maven | version: Apache Maven 3.0.5 |
> [2019-08-30T15:43:29.103Z] | Default Java | 1.8.0_222 |
> {code}
> Both builds appear to be properly running in Docker mode.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)