hive 研究:搭建过程中遇到的问题以及解决方案

Posted 滴滴嘟

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hive 研究:搭建过程中遇到的问题以及解决方案相关的知识,希望对你有一定的参考价值。

1、使用rpm -ivh 命令安装hive是出现Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY警告

在命令后面加上  --force --nodeps 即可

 

2、错误( Relative path in absolute URI: ${system:java.io.tmpdir%7D/$%7Bsystem:user.name%7D)

修改hive-site.xml中  替换所有{system:java.io.tmpdir} 字符串为绝对路径 ,{system:user.name}也将其替换

 

3、使用mysql5.7.21版本时  遇到启动hive(hive --service metastore &)出错  error 1146

彻底卸载该版本mysql  改成5.6

 

4、hive --service hiveserver & 无法启动hive

改为 hive --service hiveserver2 & 即可

 

5、hive --service metastore & 启动hive时 出现java.net.UnknownHostException: user

查找hive-site.xml文件中user字样  发现是<name>hive.metastore.warehouse.dir</name>下的value写错了 修正即可(该情况不多)

 

以上是关于hive 研究:搭建过程中遇到的问题以及解决方案的主要内容,如果未能解决你的问题,请参考以下文章

Selenium TestNG Java环境搭建过程中所遇问题汇总

Hive SQL的编译过程

hive遇到的问题以及解决办法

create-react-app项目所遇问题总结之antd引入和样式不生效问题解决

MQ通道搭建以及连通性检查

入门Hadoop---Hive的搭建