Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
HDFS-7793 refactors class DFSOutputStream on trunk which makes DFSOutputStream a class without any inner classes. We want to subclass DFSOutputStream to support striping layout writing. This JIRA depends upon HDFS-7793 and tries to change DataStreamer/DFSOutputStream/DFSPacket for convenience of subclassing.