You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/02/28 01:08:25 UTC

[spark] branch branch-3.0 updated: [SPARK-30968][BUILD] Upgrade aws-java-sdk-sts to 1.11.655

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new c6f718b  [SPARK-30968][BUILD] Upgrade aws-java-sdk-sts to 1.11.655
c6f718b is described below

commit c6f718b5f41fe76c9c6eedcf2e9684d4d291cb4d
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Thu Feb 27 17:05:56 2020 -0800

    [SPARK-30968][BUILD] Upgrade aws-java-sdk-sts to 1.11.655
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `aws-java-sdk-sts` to `1.11.655`.
    
    ### Why are the changes needed?
    
    [SPARK-29677](https://github.com/apache/spark/pull/26333) upgrades AWS Kinesis Client to 1.12.0 for Apache Spark 2.4.5 and 3.0.0.
    
    Since AWS Kinesis Client 1.12.0 is using AWS SDK 1.11.665, `aws-java-sdk-sts` should be consistent with Kinesis client dependency.
    - https://github.com/awslabs/amazon-kinesis-client/releases/tag/v1.12.0
    
    ### Does this PR introduce any user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the Jenkins.
    
    Closes #27720 from dongjoon-hyun/SPARK-30968.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
    (cherry picked from commit 3995728c3ce9d85b0436c0220f957b9d9133d64a)
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b3750e4..9d36faf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
     <avro.mapred.classifier>hadoop2</avro.mapred.classifier>
     <aws.kinesis.client.version>1.12.0</aws.kinesis.client.version>
     <!-- Should be consistent with Kinesis client dependency -->
-    <aws.java.sdk.version>1.11.271</aws.java.sdk.version>
+    <aws.java.sdk.version>1.11.655</aws.java.sdk.version>
     <!-- the producer is used in tests -->
     <aws.kinesis.producer.version>0.12.8</aws.kinesis.producer.version>
     <!--  org.apache.httpcomponents/httpclient-->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org