-
添加war包到hive的lib目录:
下载添加到/usr/lib/hive/lib/hive-hwi-0.9.0-cdh4.1.0.war
-
添加配置到hive-site.xml
<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>
搭建Hive的图形界面
最新推荐文章于 2022-03-09 09:03:48 发布