分享

HiveServer2的WEB UI界面

 想不出一个昵称 2020-01-21

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即可

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

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多