Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.0.0
-
None
-
None
-
Reviewed
Description
This method:
public FSDataOutputStream createNonRecursive(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) throws IOException { return new FSDataOutputStream (dfs.create(getPathName(f), permission, overwrite, false, replication, blockSize, progress, bufferSize), statistics); }
Needs a statistics.incrementWriteOps(1);