This is an automated email from the ASF dual-hosted git repository. forwardxu pushed a commit to branch release-0.12.1 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit 464bf28895c6e981e3c21806b40e11dd32154ec7 Author: XuQianJin-Stars <[email protected]> AuthorDate: Mon Dec 12 19:56:39 2022 +0800 fix metatable hbase hfile hadoop3 --- hudi-common/src/main/resources/hbase-site.xml | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hudi-common/src/main/resources/hbase-site.xml b/hudi-common/src/main/resources/hbase-site.xml index 67853ae3ec9..8397e6324af 100644 --- a/hudi-common/src/main/resources/hbase-site.xml +++ b/hudi-common/src/main/resources/hbase-site.xml @@ -1426,7 +1426,7 @@ possible configurations would overwhelm and obscure the important. </property> <property skipInDoc="true"> <name>hbase.defaults.for.version</name> - <value>2.4.9</value> + <value>2.4.9-tq-0.01</value> <description>This defaults file was compiled for version ${project.version}. This variable is used to make sure that a user doesn't have an old version of hbase-default.xml on the classpath. @@ -1434,7 +1434,7 @@ possible configurations would overwhelm and obscure the important. </property> <property> <name>hbase.defaults.for.version.skip</name> - <value>true</value> + <value>false</value> <description>Set to true to skip the 'hbase.defaults.for.version' check. Setting this to true can be useful in contexts other than the other side of a maven generation; i.e. running in an diff --git a/pom.xml b/pom.xml index 230b338df6d..8da718532ff 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.hudi</groupId> <artifactId>hudi</artifactId> <packaging>pom</packaging> - <version>0.12.1</version> + <version>0.12.1-2-tencent-SNAPSHOT</version> <description>Apache Hudi brings stream style processing on big data</description> <url>https://github.com/apache/hudi</url> <name>Hudi</name> @@ -167,7 +167,7 @@ <thrift.version>0.12.0</thrift.version> <jetty.version>9.4.15.v20190215</jetty.version> <htrace.version>3.1.0-incubating</htrace.version> - <hbase.version>2.4.9</hbase.version> + <hbase.version>2.4.9-tq-0.01</hbase.version> <codehaus-jackson.version>1.9.13</codehaus-jackson.version> <h2.version>1.4.199</h2.version> <awaitility.version>3.1.2</awaitility.version>
