You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by fa...@apache.org on 2022/06/19 09:40:44 UTC

[drill] branch upgrade-hadoop2 created (now bfe1b873d5)

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

fanningpj pushed a change to branch upgrade-hadoop2
in repository https://gitbox.apache.org/repos/asf/drill.git


      at bfe1b873d5 Upgrade hadoop 2 due to CVE

This branch includes the following new commits:

     new bfe1b873d5 Upgrade hadoop 2 due to CVE

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[drill] 01/01: Upgrade hadoop 2 due to CVE

Posted by fa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch upgrade-hadoop2
in repository https://gitbox.apache.org/repos/asf/drill.git

commit bfe1b873d5e5163014a931d3648820b3f2d8c7ec
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sun Jun 19 10:40:40 2022 +0100

    Upgrade hadoop 2 due to CVE
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 45e9e6f8a8..5434390b80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4007,7 +4007,7 @@
         </property>
       </activation>
       <properties>
-        <hadoop.version>2.10.1</hadoop.version>
+        <hadoop.version>2.10.2</hadoop.version>
       </properties>
       <dependencyManagement>
         <dependencies>