[ https://issues.apache.org/jira/browse/HIVE-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667480#action_12667480 ]
Ashish Thusoo commented on HIVE-30: ----------------------------------- This looks pretty good to me. I am trying to deploy it out here and try the GUI. Code wise there is some moderate issues and a few minor issues. Which are as follows (without the fix to hwi/build.xml:31 I do not think that this will compile with any other version of hadoop i.e. with -Dhadoop.version="0.17.0" for example) Moderate points.. Inline Comments hwi/build.xml:31 This is already included in the classpath, so you can eliminate this. Otherwise, this will not compile with other versions of hadoop. hwi/build.xml:35 Is this also there in the classpath definition of build-common.xml? Minor points.. hwi/src/java/org/apache/hadoop/hive/hwi/HWIAuth.java:70 Should the comparison here ignore case? Does xyz user name differ from XyZ? hwi/src/java/org/apache/hadoop/hive/hwi/HWIServer.java:65 Can we encode this in HiveConf.java as well. Similar to the stuff that we do with HADOOP_HOME.. > 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 > Fix For: 0.2.0 > > Attachments: HIVE-30-5.patch, HIVE-30-6.patch, HIVE-30-A.patch, > 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.