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

[drill] branch master updated: DRILL-8130: Upgrade Hadoop 2 to 2.10.1 because of CVE-2020-9492 (#2458)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c69e44b  DRILL-8130: Upgrade Hadoop 2 to 2.10.1 because of CVE-2020-9492 (#2458)
c69e44b is described below

commit c69e44bd2ce96c9462bed8bb210f3486ba67e973
Author: James Turton <91...@users.noreply.github.com>
AuthorDate: Fri Feb 11 10:12:01 2022 +0200

    DRILL-8130: Upgrade Hadoop 2 to 2.10.1 because of CVE-2020-9492 (#2458)
    
    * Upgrade Hadoop 2 to 2.10.1 because of CVE-2020-9492.
    
    * Update JDBC jar size limit for Hadoop 2.10.1.
---
 exec/jdbc-all/pom.xml | 2 +-
 pom.xml               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index a439eca..43b00c8 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -886,7 +886,7 @@
     <profile>
       <id>hadoop-2</id>
       <properties>
-        <jdbc-all-jar.maxsize>50300000</jdbc-all-jar.maxsize>
+        <jdbc-all-jar.maxsize>50400000</jdbc-all-jar.maxsize>
       </properties>
     </profile>
   </profiles>
diff --git a/pom.xml b/pom.xml
index 3a93bb3..f752ebf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4035,7 +4035,7 @@
         </property>
       </activation>
       <properties>
-        <hadoop.version>2.9.2</hadoop.version>
+        <hadoop.version>2.10.1</hadoop.version>
       </properties>
       <dependencyManagement>
         <dependencies>