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

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f6b568c BIGTOP-3961: Fix version mismatch of hbase-client used by 
hadoop-yarn-server-timelineservice-hbase (#1138)
9f6b568c is described below

commit 9f6b568cf8fc982bd3154c5051be5df0a4b1db1b
Author: jialiang <[email protected]>
AuthorDate: Sun Jul 23 13:49:28 2023 +0800

    BIGTOP-3961: Fix version mismatch of hbase-client used by 
hadoop-yarn-server-timelineservice-hbase (#1138)
    
    Co-authored-by: jialiang <[email protected]>
---
 bigtop-packages/src/common/hadoop/do-component-build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bigtop-packages/src/common/hadoop/do-component-build 
b/bigtop-packages/src/common/hadoop/do-component-build
index 60ff0de9..6616e9de 100644
--- a/bigtop-packages/src/common/hadoop/do-component-build
+++ b/bigtop-packages/src/common/hadoop/do-component-build
@@ -125,6 +125,7 @@ mkdir build/src
  
 # Build artifacts
 MAVEN_OPTS="-Dzookeeper.version=$ZOOKEEPER_VERSION "
+MAVEN_OPTS+="-Dhbase.profile=2.0 "
 MAVEN_OPTS+="-Dleveldbjni.group=org.fusesource.leveldbjni "
 MAVEN_OPTS+="-DskipTests -DskipITs "
 

Reply via email to