【问题标题】:Cannot find the hive-hwi-<version>.war file找不到 hive-hwi-<version>.war 文件
【发布时间】:2015-03-31 13:13:06
【问题描述】:

我无法按照here 的描述启动 Hive 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文件!!!我应该生成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。

【问题讨论】:

    标签: java hadoop ant hive hadoop-yarn


    【解决方案1】:

    HIVE-7233

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

    【讨论】:

    • 是的,我必须从旧版本中复制它
    猜你喜欢
    • 1970-01-01
    • 2018-10-30
    • 2014-05-05
    • 2015-01-29
    • 2019-05-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-11-25
    相关资源
    最近更新 更多