Sqoop 无法在 Cloudera 5.8.0 中使用更新模式导出
Sqoop cannot export with update-mode in cloudera 5.8.0
sqoop export --connect jdbc:oracle:thin:@//xxxx --用户名 xxxxx --密码
xxxxxxx --table xxxx --update-mode allowinsert --update-key xxxxx --export-dir
xxxx --input-fields-terminated-by ','
这是 Sqoop 中的错误,已在版本 1.4.7 中修复。将数据导出到 Oracle 时,只有 updateonly
更新模式可以正常工作。参考 SQOOP-2990.
sqoop export --connect jdbc:oracle:thin:@//xxxx --用户名 xxxxx --密码 xxxxxxx --table xxxx --update-mode allowinsert --update-key xxxxx --export-dir xxxx --input-fields-terminated-by ','
这是 Sqoop 中的错误,已在版本 1.4.7 中修复。将数据导出到 Oracle 时,只有 updateonly
更新模式可以正常工作。参考 SQOOP-2990.