用sqoop将mysql中的数据导入到hive 中出的错:

Encountered IOException running import job: java.io.IOException: Hive exited with status 88

database is not exists 可能的原因主要是:failed to start database ‘metastore_db’ with class loader [email protected], see the next exception for details. 是元数据冲突了。
解决:https://blog.csdn.net/qq_35078688/article/details/86549349
之后重新创建数据库,重新用sqoop导入就好了。
Encountered IOException running import job: java.io.IOException: Hive exited with status 88

相关文章:

  • 2021-08-31
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2021-08-08
  • 2022-12-23
  • 2021-11-05
猜你喜欢
  • 2021-07-18
  • 2021-05-30
  • 2021-05-08
  • 2021-06-16
  • 2022-12-23
  • 2022-02-20
  • 2022-12-23
相关资源
相似解决方案