错误信息

FAILED: 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;

 

感谢博主博客https://blog.csdn.net/cjfeii/article/details/49363653

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2021-11-15
  • 2021-10-18
  • 2022-12-23
猜你喜欢
  • 2022-01-12
  • 2021-07-20
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
  • 2021-07-08
  • 2022-02-01
相关资源
相似解决方案