xi chaomin created HUDI-6058:
--------------------------------
Summary: curator-client in hudi conflicts with spark3
Key: HUDI-6058
URL: https://issues.apache.org/jira/browse/HUDI-6058
Project: Apache Hudi
Issue Type: Bug
Reporter: xi chaomin
Currently curator-client in hudi is 2.7.1, while the version is 2.13.0 in
spark3.
There will be a NoSuchMethodError if we user ZookeeperBasedLockProvider with
spark3.
{code:java}
Caused by: java.lang.NoSuchMethodError:
com.google.common.util.concurrent.MoreExecutors.sameThreadExecutor()Lcom/google/common/util/concurrent/ListeningExecutorService;
at
org.apache.curator.framework.listen.ListenerContainer.addListener(ListenerContainer.java:40)
at
org.apache.curator.framework.imps.CuratorFrameworkImpl.start(CuratorFrameworkImpl.java:246)
at
org.apache.hudi.client.transaction.lock.ZookeeperBasedLockProvider.<init>(ZookeeperBasedLockProvider.java:76)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)