java.lang.Object
org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionSparkScheme
org.apache.sysds.runtime.controlprogram.paramserv.dp.DRSparkScheme
All Implemented Interfaces:
Serializable

public class DRSparkScheme extends DataPartitionSparkScheme
Spark data partitioner Disjoint_Random: For the current row block, find all the shifted place for each row (WorkerID => (row block ID, matrix)
See Also: