您好我正在尝试使用sqoop命令将两个表数据从mysql导入到hdfs。
命令:
sqoop import --connect jdbc:mysql://16.166.242.179:3306/organisation --username root -P --table emp --m 2 --boundary-query "select * from emp,dept where emp.deptno=dept.deptno" --target-dir /sqoop/output
错误:
错误工具.ImportTool:遇到IOException正在运行导入作业:java.io.IOException:java.sql.SQLException:第2列中BigDecimal'CLARK'的格式错误。