我无法按此处所述启动配置单元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\u lib和$hive\u 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>
我的配置单元版本是0.13.1,hadoop版本是2.5.0。
1条答案
按热度按时间oalqel3c1#
这是7233 hive
您可能需要更改配置单元的版本或复制其他版本的war文件