Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.6
-
None
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.
Attachments
Attachments
Issue Links
- links to