51Testing软件测试论坛
标题:
MySQL导出
[打印本页]
作者:
测试积点老人
时间:
2020-10-12 15:41
标题:
MySQL导出
ERROR tool.ExportTool: Error during export: Export job fail
ed!怎么解决
作者:
bellas
时间:
2020-10-13 09:49
参考下这个链接
https://www.runoob.com/mysql/mysql-database-export.html
作者:
qqq911
时间:
2020-10-13 10:04
看下详细报错信息
作者:
郭小贱
时间:
2020-10-13 11:15
参考这篇文章看下
https://blog.csdn.net/weixin_46466052/article/details/108266453
作者:
jingzizx
时间:
2020-10-13 13:06
是否还有更详细的日志
作者:
tianxiner
时间:
2020-10-13 13:39
1、mysql表的主键,如果不是必须,可以删除,mysql命令
2、在mysql中新建个临时表,设置主键是自增的(mysql命令),然后通过sqoop导数据时(sqoop操作),忽略主键那一列;接着把临时表中数据insert到目标表中;最后再把临时表中数据同步到hive数仓中(sqoop操作),避免下次还有主键问题
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2