You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2022/09/08 02:45:16 UTC

[incubator-streampark] branch dev updated: issue-1545: upgrade to hadoop 2.10.2 (#1546)

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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 4ca255d26 issue-1545: upgrade to hadoop 2.10.2 (#1546)
4ca255d26 is described below

commit 4ca255d2650d56eedbe5c6b1fed2eafb3b730fee
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Sep 8 03:45:10 2022 +0100

    issue-1545: upgrade to hadoop 2.10.2 (#1546)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 783c8565f..8d8c716e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
         <spark.version>3.2.0</spark.version>
         <scalikejdbc.version>4.0.0</scalikejdbc.version>
         <hive.version>2.3.4</hive.version>
-        <hadoop.version>2.10.1</hadoop.version>
+        <hadoop.version>2.10.2</hadoop.version>
         <hbase.version>2.1.10</hbase.version>
         <junit.version>5.6.3</junit.version>
         <zkclient.version>0.11</zkclient.version>