我试图用下面的sqoop命令将mysql数据库中的数据拉入impala。
sqoop import --connect jdbc:mysql://<ip>:3306/mydb --username user --password pass --fetch-size -2147483648 --query 'select (id,action,object,time) from events WHERE $CONDITIONS and id > 0' --hive-table events --hive-import --target-dir /user/cloud/joinedres --split-by id --num-mappers 1
我得到的错误是
Error executing statement: java.sql.SQLException: Operand should contain 1 column(s).
在此之前 SqlManager
报道 WHERE (1 = 0)
作为 Executing SQL statement
暂无答案!
目前还没有任何答案,快来回答吧!