You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2020/03/17 18:51:00 UTC

[jira] [Reopened] (HBASE-23829) Get `-PrunSmallTests` passing on JDK11

     [ https://issues.apache.org/jira/browse/HBASE-23829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Dimiduk reopened HBASE-23829:
----------------------------------

This broke the yetus shadedjars check on JDK11 because the HADOOP_PROFILE variable is not propagated down to the check.

{noformat}
Tue Mar 17 00:14:24 UTC 2020
cd /home/jenkins/jenkins-slave/workspace/Base-PreCommit-GitHub-PR_PR-1296/yetus-jdk11-hadoop3-check/src
/opt/maven/bin/mvn --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/Base-PreCommit-GitHub-PR_PR-1296/yetus-m2/hbase-branch-2-patch-1 clean verify -fae --batch-mode -pl hbase-shaded/hbase-shaded-check-invariants -am -Dtest=NoUnitTests -DHBasePatchProcess -Prelease -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotbugs.skip=true
...
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (hadoop3-profile-required) @ hbase ---
[INFO] Adding ignore: module-info
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireProperty failed with message:
HBase with JDK11 requires Hadoop3. Activate the profile with `-Dhadoop.profile=3.0`.
{noformat}

https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1296/1/artifact/yetus-jdk11-hadoop3-check/output/patch-shadedjars.txt

> Get `-PrunSmallTests` passing on JDK11
> --------------------------------------
>
>                 Key: HBASE-23829
>                 URL: https://issues.apache.org/jira/browse/HBASE-23829
>             Project: HBase
>          Issue Type: Sub-task
>          Components: test
>            Reporter: Nick Dimiduk
>            Assignee: Nick Dimiduk
>            Priority: Major
>             Fix For: 3.0.0, 2.3.0
>
>
> Start with the small tests, shaking out issues identified by the harness. So far it seems like {{-Dhadoop.profile=3.0}} and {{-Dhadoop-three.version=3.3.0-SNAPSHOT}} maybe be required.



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