You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "xi chaomin (Jira)" <ji...@apache.org> on 2023/04/11 03:27:00 UTC

[jira] [Updated] (HUDI-6058) Curator in hudi conflicts with spark3

     [ https://issues.apache.org/jira/browse/HUDI-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

xi chaomin updated HUDI-6058:
-----------------------------
    Summary: Curator in hudi conflicts with spark3  (was: curator-client in hudi conflicts with spark3)

> Curator 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
>            Priority: Major
>              Labels: pull-request-available
>
> 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)