You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Peter Somogyi (Jira)" <ji...@apache.org> on 2021/01/08 17:42:00 UTC

[jira] [Created] (HBASE-25485) Nightly build uses JDK11 for branch-2.2

Peter Somogyi created HBASE-25485:
-------------------------------------

             Summary: Nightly build uses JDK11 for branch-2.2
                 Key: HBASE-25485
                 URL: https://issues.apache.org/jira/browse/HBASE-25485
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.2.7
            Reporter: Peter Somogyi
            Assignee: Peter Somogyi
             Fix For: 2.2.7


Nightly build for branch-2.2 is using JDK11 accidentally. Yetus tries to set JAVA_HOME to JDK8 but the path does not exist and it falls back to JDK11.
{noformat}
[2021-01-07T19:11:14.729Z] WARNING: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 does not exist. Dockermode: attempting to switch to another.
[2021-01-07T19:11:14.729Z] WARNING: Setting /usr/lib/jvm/java-11-openjdk-amd64 as the JAVA_HOME. {noformat}
With JDK11 there are a lot of compilation errors.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)