GitHub user dkuppitz opened a pull request:
https://github.com/apache/incubator-tinkerpop/pull/107
BulkLoaderVertexProgram for generalized batch loading across graphs
`BulkLoaderVertexProgram` now supports
* several inputs (`HadoopGraph` with all its supported `InputFormat`s and
any TinkerPop3 enabled graph, like TinkerGraph or Neo4j)
* any TinkerPop3 enabled graph, even if it only supports single threaded
access
Samples are provided in the docs. Tests were added to ensure proper
functionality of `BulkLoaderVertexProgram`s configuration options.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-tinkerpop TINKERPOP3-319
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tinkerpop/pull/107.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #107
----
commit 3c3abec1c9339e7d5fbbf6537d61ac73b7452a04
Author: Daniel Kuppitz <[email protected]>
Date: 2015-10-12T20:53:04Z
Made work for any persistent TP3-supporting graph (input and output)
commit 808fc5c215fd7c9756f2ef7ad9d6ff918ad42532
Author: Daniel Kuppitz <[email protected]>
Date: 2015-10-12T22:47:30Z
extended BLVP test suite
commit ee4006b1e9689cab360de0d4a1eee111fb98f168
Author: Daniel Kuppitz <[email protected]>
Date: 2015-10-13T20:11:51Z
Merge branch 'tp30' into TINKERPOP3-319
Resolved Conflicts:
CHANGELOG.asciidoc
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---