You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2019/09/17 07:39:14 UTC

[hadoop] branch branch-2.9 updated (5b4e9a5 -> 0d89a60)

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

aajisaka pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/hadoop.git.


    from 5b4e9a5  HDFS-14303. Addendum: check block directory logic not correct when there is only meta file, print no meaning warn log. Contributed by qiang Liu.
     new 2ac8446  HADOOP-15804. upgrade to commons-compress 1.18. Contributed by Akira Ajisaka.
     new 0d89a60  HADOOP-16555. Update commons-compress to 1.19. (#1425) Contributed by YiSheng Lien.

The 2 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.


Summary of changes:
 hadoop-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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


[hadoop] 02/02: HADOOP-16555. Update commons-compress to 1.19. (#1425) Contributed by YiSheng Lien.

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

aajisaka pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit 0d89a60012fb3964faeadb436bc452c89101b9db
Author: Yi Sheng <li...@gmail.com>
AuthorDate: Sat Sep 14 02:11:04 2019 +0800

    HADOOP-16555. Update commons-compress to 1.19. (#1425) Contributed by YiSheng Lien.
    
    (cherry picked from commit 1843c4688a3040c48f6834d166494cbf68b5e4fd)
    
    Conflicts:
    	LICENSE-binary
    (cherry picked from commit d39ebbfebc9da982cadfbe92f3fb6677e744622d)
    (cherry picked from commit 7d7b415409901bbb0095af4e9d56aade158c1438)
    (cherry picked from commit 699297e0e6178bb802d86fe0f4b269fa35e717c7)
---
 hadoop-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 762766b..ae85cae 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -531,7 +531,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.18</version>
+        <version>1.19</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>


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


[hadoop] 01/02: HADOOP-15804. upgrade to commons-compress 1.18. Contributed by Akira Ajisaka.

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

aajisaka pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit 2ac84469a19818f505e8999aad5d26c1892e15e4
Author: Takanobu Asanuma <ta...@apache.org>
AuthorDate: Fri Oct 19 21:29:35 2018 +0900

    HADOOP-15804. upgrade to commons-compress 1.18. Contributed by Akira Ajisaka.
    
    (cherry picked from commit 9bd18324c7801472409d9ad69ea365aa7a33a9c4)
    (cherry picked from commit bad5d81ac1472bf021463d7b6bdb166965ff021a)
    (cherry picked from commit 97491bfd7ff390a530a1e35a405d6e09c7284dfe)
---
 hadoop-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 2f0c67c..762766b 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -531,7 +531,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.4.1</version>
+        <version>1.18</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>


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