Description
In the current implementation of the BlockMatrix, the conversion to the IndexedRowMatrix is done by converting it to a CoordinateMatrix first. This is somewhat ok when the matrix is very sparse, but for dense matrices this is very inefficient.
Attachments
Issue Links
- relates to
-
SPARK-19368 Very bad performance in BlockMatrix.toIndexedRowMatrix()
- Resolved
- links to