HiveServer2的WEB UI界面

1.hive-site.xml配置如下:

<property>
    <name>hive.server2.webui.host</name>
    <value>192.168.53.122</value>
    <description>The host address the HiveServer2 WebUI will listen on</description>
  </property>
  <property>
    <name>hive.server2.webui.port</name>
    <value>10002</value>
    <description>The port the HiveServer2 WebUI will listen on. This can beset to 0 or a negative integer to disable the web UI</description>
  </property>

2.启动hiveserver2

3.打开http://192.168.53.122:10002即可

界面中可以直观的看到当前链接的会话、历史日志、配置参数以及度量信息。