Skip to content

[fix][api]resolve curator-client dependency confliction #3488

Merged
davidzollo merged 2 commits intoapache:devfrom
geosmart:patch-1
Aug 13, 2020
Merged

[fix][api]resolve curator-client dependency confliction #3488
davidzollo merged 2 commits intoapache:devfrom
geosmart:patch-1

Conversation

@geosmart
Copy link
Copy Markdown
Contributor

@geosmart geosmart commented Aug 13, 2020

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

exclude curator-client in hadoop-common to resolve this

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
## 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 this
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Copy Markdown
Contributor

@felix-thinkingdata felix-thinkingdata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good job

Copy link
Copy Markdown
Contributor

@davidzollo davidzollo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1
good job,thanks for your first contribution!

@davidzollo davidzollo merged commit 6da7f1a into apache:dev Aug 13, 2020
@davidzollo davidzollo added this to the 1.4.0 milestone Aug 13, 2020
@davidzollo davidzollo changed the title resolve curator-client dependency confliction [fix][api]resolve curator-client dependency confliction Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants