sqoop export --connect jdbc:oracle:thin:@ // xxxx --username xxxxx --password xxxxxxx --table xxxx --update-mode allowinsert --update-key xxxxx --export-dir xxxx --input-fields-terminated-by','
答案 0 :(得分:1)
这是Sqoop中的一个错误,它在版本1.4.7中得到修复。将数据导出到Oracle时,只有updateonly
更新模式才能正常工作。请参阅SQOOP-2990。