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:07:36 UTC

[hbase] branch branch-2.3 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.3
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 746a734a3139cf66a3da9ea0276d7f61a8b853fc
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 1a6de47..ffa9f5c 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>