This is an automated email from the ASF dual-hosted git repository.
pwason pushed a commit to branch release-0.14.0
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/release-0.14.0 by this push:
new bc3dc019202 Resetting the thrift.home property to the default for linux
bc3dc019202 is described below
commit bc3dc019202d9ca78908cf841a912350f73e7da6
Author: Prashant Wason <[email protected]>
AuthorDate: Wed Sep 13 01:20:38 2023 -0700
Resetting the thrift.home property to the default for linux
---
hudi-platform-service/hudi-metaserver/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hudi-platform-service/hudi-metaserver/pom.xml
b/hudi-platform-service/hudi-metaserver/pom.xml
index 15d22f0bc1d..57fb3caac66 100644
--- a/hudi-platform-service/hudi-metaserver/pom.xml
+++ b/hudi-platform-service/hudi-metaserver/pom.xml
@@ -34,7 +34,7 @@
<main.basedir>${project.parent.basedir}</main.basedir>
<h2.version>1.4.200</h2.version>
<!-- Thrift related properties -->
- <thrift.home>/opt/homebrew/</thrift.home>
+ <thrift.home>/usr/local</thrift.home>
<thrift.install.env>docker</thrift.install.env>
<maven-thrift-plugin.version>0.1.11</maven-thrift-plugin.version>
</properties>