You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by ac...@apache.org on 2016/09/22 05:36:43 UTC

[3/6] incubator-systemml git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-systemml

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-systemml


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/c9b0327b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/c9b0327b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/c9b0327b

Branch: refs/heads/master
Commit: c9b0327b94f12f70a29eb16868c8a32966ab237f
Parents: 3957c0f 4bc6601
Author: Arvind Surve <ac...@yahoo.com>
Authored: Wed Sep 21 22:25:08 2016 -0700
Committer: Arvind Surve <ac...@yahoo.com>
Committed: Wed Sep 21 22:25:08 2016 -0700

----------------------------------------------------------------------
 .../spark/FrameAppendRSPInstruction.java        |   6 +-
 .../spark/FrameIndexingSPInstruction.java       |   6 +-
 .../spark/utils/FrameRDDAggregateUtils.java     |  91 ++++++++++++++++
 .../spark/utils/FrameRDDConverterUtils.java     | 107 ++++++-------------
 .../spark/utils/RDDAggregateUtils.java          |  40 -------
 .../sysml/runtime/matrix/data/FrameBlock.java   |  43 +++++++-
 6 files changed, 170 insertions(+), 123 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/c9b0327b/src/main/java/org/apache/sysml/runtime/instructions/spark/utils/FrameRDDConverterUtils.java
----------------------------------------------------------------------