Support date/time columns for "--incremental append" option
-----------------------------------------------------------

                 Key: SQOOP-321
                 URL: https://issues.apache.org/jira/browse/SQOOP-321
             Project: Sqoop
          Issue Type: Improvement
            Reporter: Bilung Lee
            Assignee: Bilung Lee


Currently, when "--incremental append" option is used, only numeric columns are 
supported for check column.

One workaround to "mimic" append mode with date/time values is
1) select max(dt) from table into max_dt
2) sqoop import --incremental lastmodified --check-column dt --last-value max_dt

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to