Package org.apache.sysds.runtime.io
Class FrameWriterJSONL
java.lang.Object
org.apache.sysds.runtime.io.FrameWriterJSONL
- Direct Known Subclasses:
FrameWriterJSONLParallel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteFrameToHDFS(FrameBlock src, String fname, Map<String, Integer> schemaMap, long rlen, long clen)
-
Constructor Details
-
FrameWriterJSONL
public FrameWriterJSONL()
-
-
Method Details
-
writeFrameToHDFS
public void writeFrameToHDFS(FrameBlock src, String fname, Map<String, Integer> schemaMap, long rlen, long clen) throws IOException, DMLRuntimeException, org.apache.wink.json4j.JSONException- Throws:
IOExceptionDMLRuntimeExceptionorg.apache.wink.json4j.JSONException
-