Repository: tajo Updated Branches: refs/heads/branch-0.10.1 1e99099bd -> 6a4fd5e11
TAJO-1586: TajoMaster HA startup failure on Yarn. (missing changes) Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/6a4fd5e1 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/6a4fd5e1 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/6a4fd5e1 Branch: refs/heads/branch-0.10.1 Commit: 6a4fd5e1127028da0d6deb45e546f34ffc453493 Parents: 1e99099 Author: JaeHwa Jung <[email protected]> Authored: Thu May 21 16:01:25 2015 +0900 Committer: JaeHwa Jung <[email protected]> Committed: Thu May 21 16:01:25 2015 +0900 ---------------------------------------------------------------------- tajo-core/src/main/resources/webapps/admin/catalogview.jsp | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/6a4fd5e1/tajo-core/src/main/resources/webapps/admin/catalogview.jsp ---------------------------------------------------------------------- diff --git a/tajo-core/src/main/resources/webapps/admin/catalogview.jsp b/tajo-core/src/main/resources/webapps/admin/catalogview.jsp index 3455d0b..e9f93fe 100644 --- a/tajo-core/src/main/resources/webapps/admin/catalogview.jsp +++ b/tajo-core/src/main/resources/webapps/admin/catalogview.jsp @@ -30,6 +30,7 @@ <%@ page import="java.util.Collection" %> <%@ page import="java.util.List" %> <%@ page import="java.util.Map" %> +<%@ page import="java.net.InetSocketAddress" %> <% TajoMaster master = (TajoMaster) StaticHttpServer.getInstance().getAttribute("tajo.info.server.object");
