-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23047/
-----------------------------------------------------------
(Updated July 14, 2014, 6 p.m.)
Review request for Sqoop.
Changes
-------
Allow "append" mode with --incremental lastmodified.
Bugs: SQOOP-1138
https://issues.apache.org/jira/browse/SQOOP-1138
Repository: sqoop-trunk
Description
-------
commit 7642758ec9d3e2d798bc18a73af2662783651594
Author: Abraham Elmahrek <[email protected]>
Date: Thu Jun 26 14:48:31 2014 -0700
SQOOP-1138 incremental lastmodified should re-use output directory
Added merge-key option for lastmodified.
If the target directory already exists, try to perform a merge.
Otherwise, just move the temporary directory to the target
directory.
:100644 100644 6cbb873... bf654b5... M
src/java/org/apache/sqoop/tool/ImportTool.java
:100644 100644 8eadcdd... fd94552... M
src/test/com/cloudera/sqoop/TestIncrementalImport.java
Diffs (updated)
-----
src/java/org/apache/sqoop/tool/ImportTool.java 6cbb873
src/test/com/cloudera/sqoop/TestIncrementalImport.java 8eadcdd
Diff: https://reviews.apache.org/r/23047/diff/
Testing
-------
ran ant tests with new test.
Thanks,
Abraham Elmahrek