-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27187/
-----------------------------------------------------------
(Updated Oct. 26, 2014, 9:08 p.m.)
Review request for Sqoop.
Bugs: SQOOP-1622
https://issues.apache.org/jira/browse/SQOOP-1622
Repository: sqoop-trunk
Description (updated)
-------
PGBulkloadExportReducer#reduce may be called per map task because the map
output key is unique ID of map task. This patch fixed the map output key to
make reduce tasks do work in single transaction.
This patch include trivial fixes in test code.
Diffs
-----
src/java/org/apache/sqoop/mapreduce/postgresql/PGBulkloadExportJob.java
32fe077
src/java/org/apache/sqoop/mapreduce/postgresql/PGBulkloadExportMapper.java
16af84c
src/test/com/cloudera/sqoop/manager/PGBulkloadManagerManualTest.java fc5fd6d
Diff: https://reviews.apache.org/r/27187/diff/
Testing (updated)
-------
PGBulkloadManagerManualTest passed.
Thanks,
Masatake Iwasaki