首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

hive 安装运行异常及解决方法

2012-09-29 
hive 安装运行错误及解决办法1.hive show tablesFAILED: Error in metadata: javax.jdo.JDOFatalDataSto

hive 安装运行错误及解决办法

1.hive> show tables;
FAILED: Error in metadata: javax.jdo.JDOFatalDataStoreException: Communications link failure

Last packet sent to the server was 0 ms ago.
NestedThrowables:
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

Last packet sent to the server was 0 ms ago.
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask

解决办法:将hive-site.xml中链接数据库的ip地址换成域名,例如localhost 即可。

2.

?

(待续)

热点排行