Repository: tez Updated Branches: refs/heads/master cf0302c42 -> 1e44ba768
TEZ-3923. Move master to Hadoop 3+ and create separate 0.9.x line (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/1e44ba76 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/1e44ba76 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/1e44ba76 Branch: refs/heads/master Commit: 1e44ba768ddbef92a83aac64e80bd30fd1e2af89 Parents: cf0302c Author: Kuhu Shukla <[email protected]> Authored: Fri Jun 1 15:49:44 2018 -0500 Committer: Kuhu Shukla <[email protected]> Committed: Fri Jun 1 15:49:44 2018 -0500 ---------------------------------------------------------------------- hadoop-shim-impls/pom.xml | 4 ++-- pom.xml | 2 +- tez-api/pom.xml | 5 ++++- tez-dist/pom.xml | 4 ++-- tez-plugins/pom.xml | 2 +- tez-tools/analyzers/pom.xml | 2 +- 6 files changed, 11 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/1e44ba76/hadoop-shim-impls/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-shim-impls/pom.xml b/hadoop-shim-impls/pom.xml index c0371f1..dd52c28 100644 --- a/hadoop-shim-impls/pom.xml +++ b/hadoop-shim-impls/pom.xml @@ -29,7 +29,7 @@ <profile> <id>hadoop27</id> <activation> - <activeByDefault>true</activeByDefault> + <activeByDefault>false</activeByDefault> </activation> <modules> <module>hadoop-shim-2.7</module> @@ -38,7 +38,7 @@ <profile> <id>hadoop28</id> <activation> - <activeByDefault>false</activeByDefault> + <activeByDefault>true</activeByDefault> </activation> <modules> <module>hadoop-shim-2.8</module> http://git-wip-us.apache.org/repos/asf/tez/blob/1e44ba76/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 917edb8..582949d 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <properties> <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> <clover.license>${user.home}/clover.license</clover.license> - <hadoop.version>2.7.2</hadoop.version> + <hadoop.version>3.0.2</hadoop.version> <jetty.version>9.3.22.v20171030</jetty.version> <netty.version>3.10.5.Final</netty.version> <pig.version>0.13.0</pig.version> http://git-wip-us.apache.org/repos/asf/tez/blob/1e44ba76/tez-api/pom.xml ---------------------------------------------------------------------- diff --git a/tez-api/pom.xml b/tez-api/pom.xml index d84ed64..3d69f32 100644 --- a/tez-api/pom.xml +++ b/tez-api/pom.xml @@ -207,7 +207,7 @@ <profile> <id>hadoop27</id> <activation> - <activeByDefault>true</activeByDefault> + <activeByDefault>false</activeByDefault> </activation> <dependencies> <dependency> @@ -219,6 +219,9 @@ </profile> <profile> <id>hadoop28</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> <dependencies> <dependency> <groupId>org.apache.hadoop</groupId> http://git-wip-us.apache.org/repos/asf/tez/blob/1e44ba76/tez-dist/pom.xml ---------------------------------------------------------------------- diff --git a/tez-dist/pom.xml b/tez-dist/pom.xml index 4c0f5b8..42edfd9 100644 --- a/tez-dist/pom.xml +++ b/tez-dist/pom.xml @@ -59,7 +59,7 @@ <profile> <id>hadoop27</id> <activation> - <activeByDefault>true</activeByDefault> + <activeByDefault>false</activeByDefault> </activation> <dependencies> <dependency> @@ -82,7 +82,7 @@ <profile> <id>hadoop28</id> <activation> - <activeByDefault>false</activeByDefault> + <activeByDefault>true</activeByDefault> </activation> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/tez/blob/1e44ba76/tez-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/pom.xml b/tez-plugins/pom.xml index 31c7834..ee1df77 100644 --- a/tez-plugins/pom.xml +++ b/tez-plugins/pom.xml @@ -45,7 +45,7 @@ <profile> <id>hadoop28</id> <activation> - <activeByDefault>false</activeByDefault> + <activeByDefault>true</activeByDefault> </activation> <modules> <module>tez-protobuf-history-plugin</module> http://git-wip-us.apache.org/repos/asf/tez/blob/1e44ba76/tez-tools/analyzers/pom.xml ---------------------------------------------------------------------- diff --git a/tez-tools/analyzers/pom.xml b/tez-tools/analyzers/pom.xml index a571a03..4403b4a 100644 --- a/tez-tools/analyzers/pom.xml +++ b/tez-tools/analyzers/pom.xml @@ -40,7 +40,7 @@ <profile> <id>hadoop28</id> <activation> - <activeByDefault>false</activeByDefault> + <activeByDefault>true</activeByDefault> </activation> <modules> <module>job-analyzer</module>
