Repository: tez Updated Branches: refs/heads/master 13132ec73 -> 0d82f1524
TEZ-3229. Disabling tez-ui in build to unblock other patches. Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/0d82f152 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/0d82f152 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/0d82f152 Branch: refs/heads/master Commit: 0d82f15241efc56f0e561396efc0fddd4f5b6ad2 Parents: 13132ec Author: Hitesh Shah <[email protected]> Authored: Tue Apr 26 09:00:16 2016 -0700 Committer: Hitesh Shah <[email protected]> Committed: Tue Apr 26 09:00:16 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/0d82f152/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 336f5cb..aab4394 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>
