-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Fix][Core]fix kotlin jar conflict #9683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
eadedbf
to
870ae05
Compare
<exclusions> | ||
<exclusion> | ||
<groupId>com.squareup.okhttp</groupId> | ||
<artifactId>okhttp</artifactId> | ||
</exclusion> | ||
</exclusions> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit worried that this will cause potential anomalies in the hadoop uber jar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the support of okhttp 4.9.* only start from hadoop 3.4.0, 3.3.4 , the previous hadoop versions are using a pretty old version okhttp 2.7.5. see HDFS-16453
Would it be better to updating the hadoop version(3.1.4->3.4.1) and the okhttp(2.7.5->4.9) at the same PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Hisoka-X Could you please kindly give some advices here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about update the hadoop version first?
@Hisoka-X Could you please review? Thanks! |
Purpose of this pull request
close #9682
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide