sqoop job --create pwdjob \ -- import \ --connect jdbc:mysql://single:3306/sqoop_test \ --username root \ --password-file file:///home/single/password.file \ --table student \ --target-dir /sqooptest/pwdjob \ -m 1 \ --lines-terminated-by '\n' \ --null-string '\\N' \ ...