[ https://issues.apache.org/jira/browse/HIVE-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657486#action_12657486 ]
Edward Capriolo commented on HIVE-30: ------------------------------------- @Ashish I am closing in on releasing another patch. The HWISessionManager now holds a map of <HWIUser,Set<SessionItem>>. HWIUser: -String user, -String [] groups The start page of the web interface will be a 'login' screen. Assume the user enters: User: user1 Groups: user1 group1 During the SessionItem initialization this will be run: set hadoop.job.ugi=user1,user1 Does that handle setting the group permissions properly? > Hive web interface > ------------------ > > Key: HIVE-30 > URL: https://issues.apache.org/jira/browse/HIVE-30 > Project: Hadoop Hive > Issue Type: Bug > Components: Web UI > Reporter: Jeff Hammerbacher > Assignee: Edward Capriolo > Priority: Minor > Attachments: HIVE-30.patch, HIVE-30.patch > > > Hive needs a web interface. The initial checkin should have: > * simple schema browsing > * query submission > * query history (similar to MySQL's SHOW PROCESSLIST) > A suggested feature: the ability to have a query notify the user when it's > completed. > Edward Capriolo has expressed some interest in driving this process. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.