Class RemoteDPParForSpark
java.lang.Object
org.apache.sysds.runtime.controlprogram.parfor.RemoteDPParForSpark
TODO heavy hitter maintenance
TODO data partitioning with binarycell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteParForJobReturnrunJob(long pfid, String itervar, String matrixvar, String program, HashMap<String, byte[]> clsMap, String resultFile, MatrixObject input, ExecutionContext ec, ParForProgramBlock.PartitionFormat dpf, Types.FileFormat fmt, boolean tSparseCol, boolean enableCPCaching, int numReducers)
-
Constructor Details
-
RemoteDPParForSpark
public RemoteDPParForSpark()
-
-
Method Details
-
runJob
public static RemoteParForJobReturn runJob(long pfid, String itervar, String matrixvar, String program, HashMap<String, byte[]> clsMap, String resultFile, MatrixObject input, ExecutionContext ec, ParForProgramBlock.PartitionFormat dpf, Types.FileFormat fmt, boolean tSparseCol, boolean enableCPCaching, int numReducers)
-