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

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


The following commit(s) were added to refs/heads/master by this push:
     new 37ab433  [SPARK-28013][BUILD][SS] Upgrade to Kafka 2.2.1
37ab433 is described below

commit 37ab43339d680d6ec6973938737b8a8cd13e6cb1
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Wed Jun 12 07:34:42 2019 -0700

    [SPARK-28013][BUILD][SS] Upgrade to Kafka 2.2.1
    
    ## What changes were proposed in this pull request?
    
    For Apache Spark 3.0.0 release, this PR aims to update Kafka dependency to 
2.2.1 to bring the following improvement and bug fixes like 
[KAFKA-8134](https://issues.apache.org/jira/browse/KAFKA-8134) (`'linger.ms' 
must be a long`).
    
    https://issues.apache.org/jira/projects/KAFKA/versions/12345010
    
    ## How was this patch tested?
    
    Pass the Jenkins.
    
    Closes #24847 from dongjoon-hyun/SPARK-28013.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    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 929961a..62394b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
     <!-- Version used for internal directory structure -->
     <hive.version.short>1.2.1</hive.version.short>
     <!-- note that this should be compatible with Kafka brokers version 0.10 
and up -->
-    <kafka.version>2.2.0</kafka.version>
+    <kafka.version>2.2.1</kafka.version>
     <derby.version>10.12.1.1</derby.version>
     <parquet.version>1.10.1</parquet.version>
     <orc.version>1.5.5</orc.version>


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

Reply via email to