-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
HDFS-17450. Better to have explicit dependency on httpclient jar #6130
Conversation
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
53ef15d
to
b795303
Compare
💔 -1 overall
This message was automatically generated. |
@steveloughran @ayushtkn @slfan1989 Would any of you have time to review this? I think this tidies up the changes in #6057 |
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 missed this somehow, I think you need to create a new ticket, HADOOP-18890 is released as part of 3.4.0
I have triggered the build again, if it is green, the changes LGTM
b795303
to
2efcd9b
Compare
Thanks @ayushtkn - I have created HDFS-17450 |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
…buted by PJ Fanning Signed-off-by: Ayush Saxena <[email protected]>
Description of PR
HDFS-17450
A previous PR for this issue removed okhttp usage and used Apache HttpClient instead. The dependency on HttpClient is indirect (a transitive dependency). I think it is better to make the dependency explicit in hadoop-hdfs-client - the only project that was significantly modified.
How was this patch tested?
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?