Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
2.8.0
-
None
-
None
Description
For scale testing I'd like more meaningful progress than the Hadoop Progressable offers.
Proposed: having S3AFastOutputStream check to see if the progressable passed in is also an instance of com.amazonaws.event.ProgressListener —and if so, wire it up directly.
This allows tests to directly track state of upload, log it and perhaps even assert on it
Attachments
Issue Links
- Is contained by
-
HADOOP-13560 S3ABlockOutputStream to support huge (many GB) file writes
- Resolved