无法从Web界面查询查询

时间:2015-03-27 09:25:55

标签: hadoop hive

我是hadoop / hive的新手,并尝试从webinterface执行查询但无法执行此操作。即使我能够通过网址http://my_ip:9999/hwi/

访问我的服务器

http://my_ip:9999/hwi/index.php抛出错误" HTTP ERROR 404问题访问/hwi/index.jsp。原因:/hwi/index.jsp"

任何人都可以帮助我摆脱这种僵局。

注意:我的hadoop / hive是linux-centos,它在hive提示符下工作正常,并且在运行时使用derby允许多个会话。


下面的属性是在hive-default.xml中设置的,这个hwi服务运行正常,我可以通过http://my_ip:9999/hwi/在网上连接,但无法连接http://my_ip:9999/hwi/index.jsp来执行来自web的hive查询

我在" http://cloudfront.blogspot.in/2013/09/how-to-run-hive-queries-through-hive.html#.VRUcxPmUd5A"这些属性应该在hive-site.xml中,但是当我进行这些更改时,hwi服务没有启动。不清楚,我哪里错了。

<property>
    <name>hive.hwi.listen.host</name>
    <value>0.0.0.0</value>
    <description>This is the host address the Hive Web Interface will listen on</description>
</property>
<property>
    <name>hive.hwi.listen.port</name>
    <value>9999</value>
    <description>This is the port the Hive Web Interface will listen on</description>
</property>
<property>
    <name>hive.hwi.war.file</name>
    <value>${HIVE_HOME}/lib/hive-hwi-1.0.0.jar</value>
    <description>This sets the path to the HWI war file, relative to ${HIVE_HOME}. </description>
</property>

0 个答案:

没有答案