Repository: tez Updated Branches: refs/heads/master 0d82f1524 -> d0d044150
Revert "TEZ-3229. Disabling tez-ui in build to unblock other patches." This reverts commit 0d82f15241efc56f0e561396efc0fddd4f5b6ad2. Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/d0d04415 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/d0d04415 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/d0d04415 Branch: refs/heads/master Commit: d0d044150980f20b6281b6d1e9795596054eb2e4 Parents: 0d82f15 Author: Hitesh Shah <[email protected]> Authored: Tue Apr 26 11:16:03 2016 -0700 Committer: Hitesh Shah <[email protected]> Committed: Tue Apr 26 11:16:03 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/d0d04415/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index aab4394..336f5cb 100644 --- a/pom.xml +++ b/pom.xml @@ -706,7 +706,7 @@ <module>tez-tests</module> <module>tez-dag</module> <module>tez-ext-service-tests</module> - <!--<module>tez-ui</module>--> + <module>tez-ui</module> <module>tez-plugins</module> <module>tez-tools</module> <module>hadoop-shim-impls</module>
