Repository: tez Updated Branches: refs/heads/master 1a88da022 -> 694230966
TEZ-3948. Tez distribution broken with hadoop3 (Jonathan Eagles via kshukla) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/69423096 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/69423096 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/69423096 Branch: refs/heads/master Commit: 69423096659621b0c2528ee92c3af7e7b48cfc96 Parents: 1a88da0 Author: Kuhu Shukla <[email protected]> Authored: Mon Jun 4 10:58:34 2018 -0500 Committer: Kuhu Shukla <[email protected]> Committed: Mon Jun 4 10:58:34 2018 -0500 ---------------------------------------------------------------------- tez-plugins/pom.xml | 4 +--- tez-tools/analyzers/pom.xml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/69423096/tez-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/pom.xml b/tez-plugins/pom.xml index ee1df77..3430f83 100644 --- a/tez-plugins/pom.xml +++ b/tez-plugins/pom.xml @@ -30,9 +30,7 @@ <profile> <id>hadoop27</id> <activation> - <property> - <name>!skipATS</name> - </property> + <activeByDefault>false</activeByDefault> </activation> <modules> <module>tez-protobuf-history-plugin</module> http://git-wip-us.apache.org/repos/asf/tez/blob/69423096/tez-tools/analyzers/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tools/analyzers/pom.xml b/tez-tools/analyzers/pom.xml index 4403b4a..510ab20 100644 --- a/tez-tools/analyzers/pom.xml +++ b/tez-tools/analyzers/pom.xml @@ -29,9 +29,7 @@ <profile> <id>hadoop27</id> <activation> - <property> - <name>!skipATS</name> - </property> + <activeByDefault>false</activeByDefault> </activation> <modules> <module>job-analyzer</module>
