运行这条命令的时候hive也没有动静,一直报这个错误,建表的时候的分隔符也是用的‘\t’。
sqoop export --connect jdbc:mysql://localhost:3306/dblab --username root --password 123456 --table user_action --export-dir '/user/hive/warehouse/dblab.db/user_action' --fields-terminated-by '\t' --m 1