gpt4 book ai didi

java - 找不到 hive-hwi-.war 文件

转载 作者:可可西里 更新时间:2023-11-01 14:41:09 26 4
gpt4 key购买 nike

我无法按照描述启动 Hive Web 界面 here .这是 hive --service hwi 的输出:

ls: cannot access /usr/local/hive/lib/hive-hwi-*.war: No such file or directory
14/09/09 13:07:59 INFO hwi.HWIServer: HWI is starting up
14/09/09 13:08:00 FATAL hwi.HWIServer: HWI WAR file not found at /usr/local/hive/lib/hive-hwi-0.13.1.war

看来/usr/local/hive/lib下没有.war文件!!!我应该生成 war 文件吗?

我已经正确设置了 $ANT_LIB 和 $HIVE_HOME,这是我的 hive-site.xml:

<configuration>
<property>
<name>hive.metastore.warehouse.dir</name>
<value>hdfs://hadoop-server/user/hive/warehouse</value>
<description>location of default database for the warehouse</description>
</property>
<property>
<name>hive.hwi.war.file</name>
<value>/lib/hive-hwi-0.13.1.war</value>
<description>This is the WAR file with the jsp content for Hive Web Interface</description>
</property>
</configuration>

我的hive版本是0.13.1,hadoop版本是2.5.0。

最佳答案

HIVE-7233

您可能需要更改hive的版本或复制另一个版本的war文件

关于java - 找不到 hive-hwi-<version>.war 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25743302/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com