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.)

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


解决:

    推出hive,进入mysql ,运行:

alter database hive character set latin1

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


然后就可以了。因为我原来把mysql得所以字符集转为utf-8

posted on 2018-07-09 08:26 meiLinYa 阅读(...) 评论(...) 编辑 收藏

相关文章:

  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-02-16
  • 2021-09-12
猜你喜欢
  • 2021-09-03
  • 2021-08-17
  • 2018-07-11
  • 2018-02-08
  • 2021-06-29
  • 2021-09-23
  • 2021-07-17
相关资源
相似解决方案