Markus Kemper created SQOOP-3186: ------------------------------------ Summary: Add Sqoop1 (import + --incremental + --check-column) support for functions/expressions Key: SQOOP-3186 URL: https://issues.apache.org/jira/browse/SQOOP-3186 Project: Sqoop Issue Type: Improvement Reporter: Markus Kemper
Add Sqoop1 (import + --incremental + --check-column) support for functions/expressions, for example: *Example* {noformat} sqoop import \ --connect $MYCONN --username $MYUSER --password $MYPSWD \ --table T1 --target-dir /path/directory --merge-key C1 \ --incremental lastmodified --last-value '2017-01-01 00:00:00.0' \ --check-column nvl(C4,to_date('2017-01-01 00:00:00') {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346)