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 2017/10/28 00:41:21 UTC

[4/4] incubator-s2graph git commit: [S2GRAPH-167]: Provide Vertex CSV File BulkLoad

[S2GRAPH-167]: Provide Vertex CSV File BulkLoad

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

Pull Request:
    Closes #124

Author
    zhangmengzju <zh...@163.com>


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

Branch: refs/heads/master
Commit: ed9bedf0de186340c0f41a0f644f4867e188f9d8
Parents: 2c3bb98 3a37a58
Author: zhangmengzju <zh...@163.com>
Authored: Wed Oct 25 21:46:32 2017 +0800
Committer: DO YUNG YOON <st...@apache.org>
Committed: Sat Oct 28 09:40:54 2017 +0900

----------------------------------------------------------------------
 CHANGES                                                        | 3 ++-
 .../org/apache/s2graph/loader/subscriber/TransferToHFile.scala | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/ed9bedf0/CHANGES
----------------------------------------------------------------------
diff --cc CHANGES
index 7f37f00,7f37f00..0a523b3
--- a/CHANGES
+++ b/CHANGES
@@@ -45,7 -45,7 +45,8 @@@ Release Notes - S2Graph - Version 0.2.
      * [S2GRAPH-133] - Deprecating Vagrant environment.
      * [S2GRAPH-135] - Change the way LabelIndexOption is implemented and improve it
      * [S2GRAPH-165] - Add TinkerPop support documentation on README
--    
++    * [S2GRAPH-167] - Provide Vertex CSV File BulkLoad
++
  ** New Feature
      * [S2GRAPH-123] - Support different index on out/in direction.
      * [S2GRAPH-125] - Add options field on Label model for controlling advanced options.