-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27268/
-----------------------------------------------------------

Review request for Sqoop.


Bugs: SQOOP-1631
    https://issues.apache.org/jira/browse/SQOOP-1631


Repository: sqoop-trunk


Description
-------

If we use PGBulkloadManager, the number of staging-tables equals number of map 
tasks.
And staging-table's name is decided as follows.

tmpTableName = table + "_" + context.getTaskAttemptID().toString();

ExportTools check staging-table's name, but this check don't need using 
PGBulkloadManager.


Diffs
-----

  src/java/org/apache/sqoop/tool/ExportTool.java 15ecddf 
  src/test/com/cloudera/sqoop/manager/PGBulkloadManagerManualTest.java fc5fd6d 

Diff: https://reviews.apache.org/r/27268/diff/


Testing
-------

done PGBulkloadManagerManualTest.


Thanks,

Masahiro Yamaguchi

Reply via email to