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

achennaka pushed a commit to branch branch-1.18.x
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/branch-1.18.x by this push:
     new f0810fde2 [thirdparty] KUDU-3626 Upgrade Hadoop to 3.4.1
f0810fde2 is described below

commit f0810fde2e35e03b40554ac04a8c65dfeaae709d
Author: Abhishek Chennaka <[email protected]>
AuthorDate: Thu Dec 5 11:35:43 2024 -0800

    [thirdparty] KUDU-3626 Upgrade Hadoop to 3.4.1
    
    This upgrades the C++ thirdparty Hadoop dependency to 3.4.1.
    Upgrades to Hive dependency and corresponding Java versions to
    follow.
    
    Change-Id: I90a02bb027e1c5333d6c4c5717c711966b335bf9
    Reviewed-on: http://gerrit.cloudera.org:8080/22180
    Tested-by: Abhishek Chennaka <[email protected]>
    Reviewed-by: Alexey Serbin <[email protected]>
    (cherry picked from commit 19164780b89d67cfbdb9b33477d3c6756c04cb6c)
    Reviewed-on: http://gerrit.cloudera.org:8080/22247
    Tested-by: Kudu Jenkins
    Reviewed-by: Abhishek Chennaka <[email protected]>
---
 thirdparty/vars.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index f6bf9a7bf..76d91a958 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -208,7 +208,7 @@ HIVE_SOURCE=$TP_SOURCE_DIR/$HIVE_NAME
 
 # Note: The Hadoop release tarball is stripped of unnecessary jars before being
 # uploaded. See thirdparty/package-hadoop.sh for details.
-HADOOP_VERSION=3.2.0
+HADOOP_VERSION=3.4.1
 HADOOP_NAME=hadoop-$HADOOP_VERSION
 HADOOP_SOURCE=$TP_SOURCE_DIR/$HADOOP_NAME
 

Reply via email to