Repository: tez Updated Branches: refs/heads/master 20ef028f9 -> 1f927a55e
TEZ-2466. tez-history-parser breaks hadoop 2.2 compatability (rbalamohan) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/1f927a55 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/1f927a55 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/1f927a55 Branch: refs/heads/master Commit: 1f927a55eb0ee13d005b484a4cff4100ff04c0db Parents: 20ef028 Author: Rajesh Balamohan <[email protected]> Authored: Wed May 20 06:08:34 2015 +0530 Committer: Rajesh Balamohan <[email protected]> Committed: Wed May 20 06:08:34 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 1 + tez-plugins/pom.xml | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/1f927a55/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index aaa1f04..0b9bfa6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,7 @@ Release 0.8.0: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-2466. tez-history-parser breaks hadoop 2.2 compatability. TEZ-2463. Update site for 0.7.0 release TEZ-2461. tez-history-parser compile fails with hadoop-2.4. TEZ-2076. Tez framework to extract/analyze data stored in ATS for specific dag. http://git-wip-us.apache.org/repos/asf/tez/blob/1f927a55/tez-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/pom.xml b/tez-plugins/pom.xml index 535007a..f5ec3b4 100644 --- a/tez-plugins/pom.xml +++ b/tez-plugins/pom.xml @@ -26,10 +26,6 @@ <artifactId>tez-plugins</artifactId> <packaging>pom</packaging> - <modules> - <module>tez-history-parser</module> - </modules> - <profiles> <profile> <id>hadoop24</id> @@ -38,6 +34,7 @@ </activation> <modules> <module>tez-yarn-timeline-history</module> + <module>tez-history-parser</module> </modules> </profile> <profile> @@ -50,6 +47,7 @@ <modules> <module>tez-yarn-timeline-history</module> <module>tez-yarn-timeline-history-with-acls</module> + <module>tez-history-parser</module> </modules> </profile> <profile>
