This is an automated email from the ASF dual-hosted git repository. iwasakims pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/bigtop.git
commit 1002db2006aa4404821a9fc4f0c81c42f85cc295 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]> (cherry picked from commit 9f6b568cf8fc982bd3154c5051be5df0a4b1db1b) --- 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 60ff0de96..6616e9dee 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 "
