You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2018/04/23 04:36:47 UTC

[9/9] incubator-s2graph git commit: [S2GRAPH-201]: Provide S2GraphSource

[S2GRAPH-201]: Provide S2GraphSource

JIRA:
    [S2GRAPH-201] https://issues.apache.org/jira/browse/S2GRAPH-201

Pull Request:
    Closes #154

Author
    DO YUNG YOON <st...@apache.org>


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

Branch: refs/heads/master
Commit: b21db657efcf5cf2d1853037d43ceda6c7241161
Parents: a07c4d2 4e758c4
Author: DO YUNG YOON <st...@apache.org>
Authored: Mon Apr 23 13:34:17 2018 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Mon Apr 23 13:35:47 2018 +0900

----------------------------------------------------------------------
 CHANGES                                         |   1 +
 .../org/apache/s2graph/core/PostProcess.scala   |  22 ++++
 .../org/apache/s2graph/core/S2EdgeLike.scala    |   9 +-
 .../org/apache/s2graph/core/S2VertexLike.scala  |  10 +-
 .../org/apache/s2graph/s2jobs/DegreeKey.scala   |  32 ++++-
 .../apache/s2graph/s2jobs/JobDescription.scala  |   3 +-
 .../apache/s2graph/s2jobs/S2GraphHelper.scala   |  41 +++---
 .../org/apache/s2graph/s2jobs/Schema.scala      |  21 +++
 .../s2graph/s2jobs/loader/HFileGenerator.scala  |  47 ++++++-
 .../loader/SparkBulkLoaderTransformer.scala     |  10 +-
 .../s2jobs/serde/GraphElementReadable.scala     |   2 +-
 .../s2jobs/serde/reader/IdentityReader.scala    |  28 ++++
 .../serde/reader/RowBulkFormatReader.scala      |   4 +-
 .../s2jobs/serde/reader/S2GraphCellReader.scala |  54 ++++++++
 .../serde/reader/TsvBulkFormatReader.scala      |   4 +-
 .../s2jobs/serde/writer/IdentityWriter.scala    |  32 +++++
 .../serde/writer/RowDataFrameWriter.scala       |  36 +++++
 .../org/apache/s2graph/s2jobs/task/Sink.scala   |  20 ++-
 .../org/apache/s2graph/s2jobs/task/Source.scala |  39 ++++++
 .../org/apache/s2graph/s2jobs/task/Task.scala   |  12 ++
 .../apache/s2graph/s2jobs/task/SinkTest.scala   |   4 +-
 .../apache/s2graph/s2jobs/task/SourceTest.scala | 130 +++++++++++++++++++
 .../s2graph/s2jobs/task/TaskConfTest.scala      |  61 +++++++++
 23 files changed, 564 insertions(+), 58 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b21db657/CHANGES
----------------------------------------------------------------------