On Sat, Apr 25, 2009 at 5:56 AM, Raghu R <[email protected]> wrote: > Hi Aaron, > Feeling great to talk to you, saw your lecture videos in University of > Washington, > > --> I had renamed hive.war to hive_hwi.war in > ${HIVE_HOME}/conf/hive-default.xml but I still get the error > > hive_hwi not found error. > --> I have set the HIVE_HOME, it works fine in CLI > > Thanks > Raghu R > > On Sat, Apr 25, 2009 at 1:43 PM, Aaron Kimball <[email protected]> wrote: >> >> 1) Is $HIVE_HOME set? >> 2) ... rename it back? >> >> - Aaron >> >> On Sat, Apr 25, 2009 at 1:59 PM, Raghu R <[email protected]> wrote: >>> >>> Hi, >>> I tried running hive with bin/hive --service hwi >>> but I keep getting the error >>> >>> 09/04/25 10:19:49 WARN servlet.WebApplicationContext: Web >>> application not found ${HIVE_HOME}/lib/hive_hwi.war >>> 09/04/25 10:19:49 WARN servlet.WebApplicationContext: >>> Configuration error on ${HIVE_HOME}/lib/hive_hwi.war >>> >>> but, i had renamed hive_hwi.war to hive.war in hive-context.xml, >>> could you help me with it >>> >>> Thanks >>> Raghu >>> >> > > > > -- > It's Raghu signing off >
For reference, you should not change hive-default.xml you should create hive-site.xml. Follow the steps here. http://wiki.apache.org/hadoop/Hive/HiveWebInterface Make sure the ANT variables are defined.
