-
Notifications
You must be signed in to change notification settings - Fork 28.9k
SPARK-3638 | Forced a compatible version of http client in kinesis-asl profile #2535
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
SPARK-3638 | Forced a compatible version of http client in kinesis-asl profile #2535
Conversation
…l profile This patch forces commons httpclient 4.2 dependency over an older httpclient dependency in kinesis-asl-profile so the AWS SDK works
|
Can one of the admins verify this patch? |
|
Jenkins, this is ok to test. |
|
QA tests have started for PR 2535 at commit
|
pom.xml
Outdated
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.
Do you mind using version 4.2.6 instead of 4.2? According to http://ispras.linuxbase.org/index.php/Java_API_Compliance_Checker, there are no binary incompatibilities between 4.2 and 4.2.6, so we should prefer to use the newer version.
|
QA tests have finished for PR 2535 at commit
|
|
Test PASSed. |
…l profile This patch forces commons httpclient 4.2 dependency over an older httpclient dependency in kinesis-asl-profile so the AWS SDK works
… Kinesis-HttpClient-Dep-Fix Conflicts: pom.xml
|
QA tests have started for PR 2535 at commit
|
…l profile This patch forces commons httpclient 4.2 dependency over an older httpclient dependency in kinesis-asl-profile so the AWS SDK works
…tbhatnagar/spark into Kinesis-HttpClient-Dep-Fix Conflicts: pom.xml
|
Thanks @JoshRosen, I have bumped up the version to 4.2.6. |
|
QA tests have started for PR 2535 at commit
|
|
QA tests have finished for PR 2535 at commit
|
|
Test PASSed. |
|
QA tests have finished for PR 2535 at commit
|
|
Test PASSed. |
|
This looks good to me. Thanks! |
…l profile This patch forces use of commons http client 4.2 in Kinesis-asl profile so that the AWS SDK does not run into dependency conflicts Author: aniketbhatnagar <[email protected]> Closes #2535 from aniketbhatnagar/Kinesis-HttpClient-Dep-Fix and squashes the following commits: aa2079f [aniketbhatnagar] Merge branch 'Kinesis-HttpClient-Dep-Fix' of https://github.com/aniketbhatnagar/spark into Kinesis-HttpClient-Dep-Fix 73f55f6 [aniketbhatnagar] SPARK-3638 | Forced a compatible version of http client in kinesis-asl profile 70cc75b [aniketbhatnagar] deleted merge files 725dbc9 [aniketbhatnagar] Merge remote-tracking branch 'origin/Kinesis-HttpClient-Dep-Fix' into Kinesis-HttpClient-Dep-Fix 4ed61d8 [aniketbhatnagar] SPARK-3638 | Forced a compatible version of http client in kinesis-asl profile 9cd6103 [aniketbhatnagar] SPARK-3638 | Forced a compatible version of http client in kinesis-asl profile (cherry picked from commit 93861a5) Signed-off-by: Josh Rosen <[email protected]>
This patch forces use of commons http client 4.2 in Kinesis-asl profile so that the AWS SDK does not run into dependency conflicts