You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/23 09:37:26 UTC

[doris] branch branch-1.2-lts updated: [improve](dependency)Upgrade hadoop version (#18951)

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

morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
     new 1954e2861c [improve](dependency)Upgrade hadoop version (#18951)
1954e2861c is described below

commit 1954e2861c831ec5bf918d204aec8e24116841d6
Author: Calvin Kirs <ki...@apache.org>
AuthorDate: Sun Apr 23 17:37:19 2023 +0800

    [improve](dependency)Upgrade hadoop version (#18951)
    
    Upgrade hadoop version to 3.3.5
    Exclusion netty to 3.10.5
    Upgrade parquet version to 1.13.0
---
 fe/pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index 78f0305601..d9a645548d 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -253,7 +253,7 @@ under the License.
         <avro.version>1.11.1</avro.version>
         <!-- hudi -->
         <hudi.version>0.10.0</hudi.version>
-        <parquet.version>1.10.1</parquet.version>
+        <parquet.version>1.13.0</parquet.version>
         <commons-collections.version>3.2.2</commons-collections.version>
         <commons-compress.version>1.22</commons-compress.version>
         <hibernate.validator.version>8.0.0.Final</hibernate.validator.version>
@@ -268,7 +268,7 @@ under the License.
         <aws-java-sdk.version>1.12.302</aws-java-sdk.version>
         <mariadb-java-client.version>3.0.4</mariadb-java-client.version>
         <dlf-metastore-client-hive.version>0.2.14</dlf-metastore-client-hive.version>
-        <hadoop.version>3.3.4</hadoop.version>
+        <hadoop.version>3.3.5</hadoop.version>
         <joda.version>2.8.1</joda.version>
         <project.scm.id>github</project.scm.id>
         <!--Spring boot 3.X requires at least JDK17-->
@@ -981,6 +981,12 @@ under the License.
                 <groupId>org.apache.hadoop</groupId>
                 <artifactId>hadoop-mapreduce-client-core</artifactId>
                 <version>${hadoop.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>com.google.inject.extensions</groupId>
+                        <artifactId>guice-servlet</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.apache.hadoop</groupId>


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