Browse Source
* dolphinscheduler-api.pom resolve curator-client conflict the ds use curator-client:4.3.0 dependency by curator-frameworke, but hadoop-common use curator-client:2.7.1, so make the ClassNotFoundException ``` Caused by: java.lang.ClassNotFoundException: org.apache.curator.connection.StandardConnectionHandlingPolicy ``` exclue curator-client in hadoop-common to resolve this * resolve curator-client dependency confliction ## What is the purpose of the pull request the ds use curator-client:4.3.0 dependency by curator-frameworke, but hadoop-common use curator-client:2.7.1, so make the ClassNotFoundException ``` Caused by: java.lang.ClassNotFoundException: org.apache.curator.connection.StandardConnectionHandlingPolicy ``` exclue curator-client in hadoop-common to resolve thispull/3/MERGE
geosmart
4 years ago
committed by
GitHub
1 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue