用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 sun.misc.Launcher$AppClassLoader@234f79cb, see the next exception for details. 是元数据冲突了。
解决:https://blog.csdn.net/qq_35078688/article/details/86549349
之后重新创建数据库,重新用sqoop导入就好了。