%@ page import="org.apache.hadoop.hive.hwi.*" %>
<%@page errorPage="error_page.jsp" %>
<% HWISessionManager hs = (HWISessionManager) application.getAttribute("hs"); %>
<% if (hs == null) { %>
<% } %>
<% HWIAuth auth = (HWIAuth) session.getAttribute("auth"); %>
<% if (auth==null) { %>
<% } %>
Session List
|
Session List
Name |
Status |
Action |
<% if ( hs.findAllSessionsForUser(auth)!=null){ %>
<% for (HWISessionItem item: hs.findAllSessionsForUser(auth) ){ %>
<%=item.getSessionName()%> |
<%=item.getStatus()%> |
Manager |
<% } %>
<% } %>
|