首页 > Web开发 > 详细

Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask.

时间:2017-04-23 13:13:12      阅读:141      评论:0      收藏:0      [点我收藏+]

HIVE创建表时,出现以下错误:


 Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:For direct MetaStore DB connections, we don‘t support retries at the client level.)



解决方案:

这是由于字符集的问题,需要配置MySQL的字符集:

mysql> alter database hive character set latin1;




Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask.

原文:http://ictedu.blog.51cto.com/12825266/1918551

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!