Navicat连接hive的步骤:

第一步:win下安装好mysql。

第二步:win下安装Navicat。

第三步:启动hadoop集群,启动hive。

第四步:Navicat连接hive。

在第四步中需先配置ssh,然后配置常规属性,最后点连接。

hive-site.xml文件添加以下内容

<property>
  <name>javax.jdo.option.ConnectionUserName</name>
  <value>hive</value>
  <description>username to use against metastore database</description>
</property>
 
<property>
  <name>javax.jdo.option.ConnectionPassword</name>
  <value>hive</value>
  <description>password to use against metastore database</description>
</property>

配置ssh连接hive节点
Navicat连接Hive

配置常规属性连接hive
Navicat连接Hive

相关文章:

  • 2021-08-19
  • 2021-04-25
  • 2021-09-29
  • 2021-12-11
  • 2021-12-15
  • 2021-11-23
猜你喜欢
  • 2022-02-10
  • 2021-12-25
  • 2021-12-25
  • 2021-04-17
  • 2021-12-23
  • 2021-06-11
  • 2021-05-29
相关资源
相似解决方案