Class BlockPartitioner
java.lang.Object
org.apache.spark.Partitioner
org.apache.sysds.runtime.instructions.spark.data.BlockPartitioner
- All Implemented Interfaces:
Serializable,scala.Serializable
public class BlockPartitioner
extends org.apache.spark.Partitioner
Default partitioner used for all binary block rdd operations in order
to enable sufficient local aggregation independent of the aggregation
direction (row/col-wise). Especially, on large squared matrices
(as common for factorization or graph algorithms), this is crucial
for performance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.spark.Partitioner
defaultPartitioner
-
Constructor Details
-
BlockPartitioner
-
-
Method Details