-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0-alpha
-
Component/s: hdfs-client
-
Labels:None
-
Hadoop Flags:Reviewed
DFSOutputStream starts the DataStreamer thread in its constructors. This is a known bad programming practice. It will generate findbugs warnings if the class is not final.
- relates to
-
HDFS-3298 Add HdfsDataOutputStream as a public API
-
- Closed
-