Uh oh!
There was an error while loading. Please reload this page.
SPARK-3638 | Forced a compatible version of http client in kinesis-asl profile - #2535
SPARK-3638 | Forced a compatible version of http client in kinesis-asl profile#2535aniketbhatnagar wants to merge 6 commits into
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
AmplabJenkins
commented
Sep 25, 2014
Can one of the admins verify this patch? |
JoshRosen
commented
Sep 26, 2014
Jenkins, this is ok to test. |
SparkQA
commented
Sep 26, 2014
QA tests have started for PR 2535 at commit
|
There was a problem hiding this comment.
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.
SparkQA
commented
Sep 26, 2014
QA tests have finished for PR 2535 at commit
|
AmplabJenkins
commented
Sep 26, 2014
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
SparkQA
commented
Sep 27, 2014
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
aniketbhatnagar
commented
Sep 27, 2014
Thanks @JoshRosen, I have bumped up the version to 4.2.6. |
SparkQA
commented
Sep 27, 2014
QA tests have started for PR 2535 at commit
|
SparkQA
commented
Sep 27, 2014
QA tests have finished for PR 2535 at commit
|
AmplabJenkins
commented
Sep 27, 2014
Test PASSed. |
SparkQA
commented
Sep 27, 2014
QA tests have finished for PR 2535 at commit
|
AmplabJenkins
commented
Sep 27, 2014
Test PASSed. |
JoshRosen
commented
Oct 2, 2014
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 <aniket.bhatnagar@gmail.com> 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 <joshrosen@apache.org>
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