You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Massoud Mazar <Ma...@avg.com> on 2010/03/03 21:50:53 UTC

hive 0.50 and hwi

Just installed hive 0.50 and HWI does not work. I could not find the .war file:

[hadoop@centos1 hive]$ bin/hive --service hwi
ls: /hadoop/hive/lib/hive-hwi-*.war: No such file or directory
10/03/03 15:42:39 INFO hwi.HWIServer: HWI is starting up
10/03/03 15:42:39 INFO mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
10/03/03 15:42:39 INFO mortbay.log: jetty-6.1.14
10/03/03 15:42:39 INFO mortbay.log: Started SocketConnector@192.168.1.22:9999

Re: hive 0.50 and hwi

Posted by Edward Capriolo <ed...@gmail.com>.
On Wed, Mar 3, 2010 at 3:50 PM, Massoud Mazar <Ma...@avg.com> wrote:
> Just installed hive 0.50 and HWI does not work. I could not find the .war file:
>
> [hadoop@centos1 hive]$ bin/hive --service hwi
> ls: /hadoop/hive/lib/hive-hwi-*.war: No such file or directory
> 10/03/03 15:42:39 INFO hwi.HWIServer: HWI is starting up
> 10/03/03 15:42:39 INFO mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
> 10/03/03 15:42:39 INFO mortbay.log: jetty-6.1.14
> 10/03/03 15:42:39 INFO mortbay.log: Started SocketConnector@192.168.1.22:9999
>

I feel like a broken record on this :)

Luckily I think we have this licked for the final time. You must be
working with 5.0-rc0

https://issues.apache.org/jira/browse/HIVE-1183

In any case, you can find the war file in your build directory.
Move it to hive/lib

Add this to your hive site if need be.
<property>
  <name>hive.hwi.war.file</name>
  <value>lib/hive-hwi-0.5.0.war</value>
</property>

Edward