• CDP7.1.7部署hive on tez 后,因为hive和hive on tez端口一致导致hive on tez不稳定


    一、概述

      CDP7.1.7版本部署完hive之后,开启了hivemetastore之后,已经把10000的端口占掉了;但是默认部署hive on tez时,hiveserver2的端口还是使用的该端口,会因为端口冲突导致hive on tez的hiverserver2不稳定,时常掉线。

    二、问题原因

     CDP在hive和hive  on tez方面兼容性没有做好,按照默认的参数安装不能直接使用,因为hive已经把默认的10000端口占掉了。

    三、问题修改

    需要修改hive  on tez的端口,需要将thrift.port改为10004,webui.port改为10005,thrift.http.port改为10006。

  • 相关阅读:
    PatentTips
    PatentTips
    PatentTips
    Xvisor ARM32 启动分析
    PatentTips
    PatentTips
    PatentTips
    PatentTips
    PatentTips
    PatentTips
  • 原文地址:https://www.cnblogs.com/chhyan-dream/p/15694544.html
Copyright © 2020-2023  润新知