You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/04/21 16:10:41 UTC

[hbase] branch branch-2 updated: HBASE-24223 The -Phadoop-3.0 option does not work on branch-2 and branch-2.3 with JDK11

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 9a3fc66  HBASE-24223 The -Phadoop-3.0 option does not work on branch-2 and branch-2.3 with JDK11
9a3fc66 is described below

commit 9a3fc6610fb0cd18840727ac2050709f173b3edc
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Tue Apr 21 17:08:56 2020 +0800

    HBASE-24223 The -Phadoop-3.0 option does not work on branch-2 and branch-2.3 with JDK11
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index fd40fde..a04ab95 100755
--- a/pom.xml
+++ b/pom.xml
@@ -2860,6 +2860,7 @@
         <module>hbase-hadoop2-compat</module>
       </modules>
       <properties>
+        <hadoop.profile>3.0</hadoop.profile>
         <hadoop.version>${hadoop-three.version}</hadoop.version>
         <!--Use this compat module for now. TODO: Make h3 one if we need one-->
         <compat.module>hbase-hadoop2-compat</compat.module>