On Wed, Mar 3, 2010 at 3:50 PM, Massoud Mazar <[email protected]> wrote: > Just installed hive 0.50 and HWI does not work. I could not find the .war > file: > > [had...@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 [email protected]: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
