Package org.apache.sysds.runtime.io
Class FrameWriterTextCSV
java.lang.Object
org.apache.sysds.runtime.io.FrameWriter
org.apache.sysds.runtime.io.FrameWriterTextCSV
- Direct Known Subclasses:
FrameWriterTextCSVParallel
Single-threaded frame text csv writer.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidwriteFrameToHDFS(FrameBlock src, String fname, long rlen, long clen) Methods inherited from class org.apache.sysds.runtime.io.FrameWriter
setForcedParallel
-
Field Details
-
BLOCKSIZE_J
public static final int BLOCKSIZE_J- See Also:
-
-
Constructor Details
-
FrameWriterTextCSV
-
-
Method Details
-
writeFrameToHDFS
public final void writeFrameToHDFS(FrameBlock src, String fname, long rlen, long clen) throws IOException, DMLRuntimeException - Specified by:
writeFrameToHDFSin classFrameWriter- Throws:
IOExceptionDMLRuntimeException
-