Repository: tez Updated Branches: refs/heads/master f23758643 -> 69e3de818
TEZ-2975. Bump up apache commons dependency. (hitesh) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/69e3de81 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/69e3de81 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/69e3de81 Branch: refs/heads/master Commit: 69e3de8185d78120dcc6558995e7827a79fc4f48 Parents: f237586 Author: Hitesh Shah <[email protected]> Authored: Mon Dec 7 14:23:58 2015 -0800 Committer: Hitesh Shah <[email protected]> Committed: Mon Dec 7 14:23:58 2015 -0800 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/69e3de81/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 07c2a91..b8619dc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,7 @@ INCOMPATIBLE CHANGES TEZ-2949. Allow duplicate dag names within session for Tez. ALL CHANGES: + TEZ-2975. Bump up apache commons dependency. TEZ-2970. Re-localization in TezChild does not use correct UGI. TEZ-2968. Counter limits exception causes AM to crash. TEZ-2960. Tez UI: Move hardcoded url namespace to the configuration file @@ -272,6 +273,7 @@ INCOMPATIBLE CHANGES TEZ-2949. Allow duplicate dag names within session for Tez. ALL CHANGES + TEZ-2975. Bump up apache commons dependency. TEZ-2970. Re-localization in TezChild does not use correct UGI. TEZ-2968. Counter limits exception causes AM to crash. TEZ-2947. Tez UI: Timeline, RM & AM requests gets into a consecutive loop in counters page without any delay http://git-wip-us.apache.org/repos/asf/tez/blob/69e3de81/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a17f714..722c814 100644 --- a/pom.xml +++ b/pom.xml @@ -254,7 +254,7 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.2.1</version> + <version>3.2.2</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> @@ -626,7 +626,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.0</version> + <version>4.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>
