问题描述 mysql表 hive表 其中 type是字符串类型,但是yarn上一直报错 number这个类是往int类型转才会使用到的 解决方法 在命令中增加参数 sqoop export \ --connect "jdbc:mysql://?useUnicode=true&characterEncoding=UTF-8" \ --username root \ --password \ --table event_resource_statistics \ --<