[ https://issues.apache.org/jira/browse/HADOOP-4514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645688#action_12645688 ]
Ashish Thusoo commented on HADOOP-4514: --------------------------------------- Apologies on not being able to reply earlier.. I am at apachecon and could not get a chance to reply to this. I am generally fine with Jetty-SessionListener-Runnable approach. A few questions though, what is contained in conf/hwi-default.xml and conf/hwi-site.xml. Are these similar to the conf/hive-default.xml and conf/hive-site.xml. If they are then we may want to keep the configuration files the same. One persistent problems that we have seen at FB is the proliferation of configuration files and adding more seems to me that it will complicate things further. About netbeans, hadoop has eclipse templates and that fit in well with development and that would perhaps make it much easier to integrate later. Also it may be worthwhile to think about how this is going to integrate with the JDBC driver thingy that is going on in the following JIRA https://issues.apache.org/jira/browse/HADOOP-4101 For job names in jobname, you can get them from conf.getVar(HiveConf.ConfVars.HADOOPJOBNAME) conf is available in CLISessionState > Hive web interface > ------------------ > > Key: HADOOP-4514 > URL: https://issues.apache.org/jira/browse/HADOOP-4514 > Project: Hadoop Core > Issue Type: New Feature > Components: contrib/hive > Reporter: Jeff Hammerbacher > Priority: Minor > > 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.