繁体   English   中英

找不到hive-hwi- <version> .war文件

[英]Cannot find the hive-hwi-<version>.war file

描述我无法启动蜂巢Web界面这里 这是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文件! 我应该生成战争档案吗?

我已正确设置$ 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

您可能需要更改其他版本的配置单元或复制war文件的版本

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM