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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask.相关的知识,希望对你有一定的参考价值。

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.的主要内容,如果未能解决你的问题,请参考以下文章

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

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

Hive问题:Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask

hive-05-Execution Error, return code 3 from org.apache.hadoop.hive.ql.exec.mr.MapredLocalTask

FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.tez.TezTask

hive报错 Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(mes