hive hwi 启动错误

13/03/13 09:54:20 INFO hwi.HWIServer: HWI is starting up

13/03/13 09:54:20 FATAL hwi.HWIServer: HWI WAR file not found at /home/hadoop/hive-0.9.0/home/hadoopi/hive-0.9.0/lib/hive-hwi-0.9.0.war


这样的错误解决办法很简单,从hive-default.xml 里面把 

<property>
  <name>hive.hwi.war.file</name>
  <value>lib/hive-hwi-0.9.0.war</value>
  <description>This sets the path to the HWI war file, relative to ${HIVE_HOME}. </description>
</property>


拿到hive-site.xml中 声明就可


否则 路径错误!

你可能感兴趣的:(hive,hwi)