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/03/12 02:27:50 UTC

[spark] branch branch-3.0 updated: [SPARK-31126][SS] Upgrade Kafka to 2.4.1

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 b86dc6a  [SPARK-31126][SS] Upgrade Kafka to 2.4.1
b86dc6a is described below

commit b86dc6ab76d945e5c15c12390436ad95c119a493
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Wed Mar 11 19:26:15 2020 -0700

    [SPARK-31126][SS] Upgrade Kafka to 2.4.1
    
    ### What changes were proposed in this pull request?
    
    This PR (SPARK-31126) aims to upgrade Kafka library to bring a client-side bug fix like KAFKA-8933
    
    ### Why are the changes needed?
    
    The following is the full release note.
    - https://downloads.apache.org/kafka/2.4.1/RELEASE_NOTES.html
    
    ### Does this PR introduce any user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Pass the Jenkins with the existing test.
    
    Closes #27881 from dongjoon-hyun/SPARK-KAFKA-2.4.1.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit 614323d326db192540c955b4fa9b3b7af7527001)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 262f3ac..5aa100e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
     <!-- Version used for internal directory structure -->
     <hive.version.short>2.3</hive.version.short>
     <!-- note that this should be compatible with Kafka brokers version 0.10 and up -->
-    <kafka.version>2.4.0</kafka.version>
+    <kafka.version>2.4.1</kafka.version>
     <derby.version>10.12.1.1</derby.version>
     <parquet.version>1.10.1</parquet.version>
     <orc.version>1.5.9</orc.version>


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