<%@page errorPage="error_page.jsp" %> <%@ page import="org.apache.hadoop.hive.hwi.*" %> <% HWIAuth auth = (HWIAuth) session.getAttribute("auth"); %> <% if (auth==null) { %> <% } %> Hive Web Interface

Hive Web Interface

The Hive Web Interface (HWI) offers an alternative to the command line interface (CLI). Once authenticated users can start HWIWebSessions. A HWIWebSession lives on the server users can submit queries and return later to view the status of the query and view any results it produced.