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 we...@apache.org on 2019/09/14 04:49:10 UTC

[hadoop] branch branch-2 updated (c9a4630 -> 699297e)

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

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


    from c9a4630  YARN-9825. Changes for initializing placement rules with ResourceScheduler in branch-2. Contributed by Jonathan Hung.
     new 97491bf  HADOOP-15804. upgrade to commons-compress 1.18. Contributed by Akira Ajisaka.
     new 699297e  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 we...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 699297e0e6178bb802d86fe0f4b269fa35e717c7
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)
---
 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 2626450..8948476 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -544,7 +544,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 we...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 97491bfd7ff390a530a1e35a405d6e09c7284dfe
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)
---
 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 ae2ab01..2626450 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -544,7 +544,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