sqoop export -D oracle.jdbc.mapDateToTimestamp = false --connect jdbc:oracle:thin:@ // xxx:1521 / BDWDEV4 --username xxx --password xxx --table TW5T0 --export-dir'/ data / raw / oltp / cogen / oraclexport / TW5T0 / 2015-08-18'-m 8 - 输入字段 - 终止 - 按'\ 001' - 行 - 终止 - 按'\ n' - 输入转义-by'\“' - 输入 - 可选 - 封闭 - 由'\”'
oracle.jdbc.mapDateToTimestamp = false 的效果不起作用
但同样的事情:
sqoop export --connection-param-file ora.properties --connect jdbc:oracle:thin:@ // xxx:1521 / BDWDEV4 --username xxx --password xxx --table TW5T0 --export-dir' / data / raw / oltp / cogen / oraclexport / TW5T0 / 2015-08-18'-m 8 - 输入字段 - 终止 - 由'\ 001' - 行 - 终止 - 由'\ n' - 输入 - 转义'''' - 输入 - 可选 - 封闭 - 由'\“'
其中“ora.properties”包含 oracle.jdbc.mapDateToTimestamp = false ,无效。
答案 0 :(得分:0)
也许它只是-D
和oracle.jdbc.mapDateToTimestamp=false
之间的空白区域?
HTH 的Thorsten