GitHub user okram opened a pull request:
https://github.com/apache/incubator-tinkerpop/pull/126
TINKERPOP-857: Add GraphComputer.config(key,value)
https://issues.apache.org/jira/browse/TINKERPOP3-857
Added `GraphComputer.config(key,value)`. This is NOT a universal method.
That is, each `GraphComputer` can decide, for itself, what each key/value
should do. Moreover, what works for `TinkerGraphComputer` doesn't necessarily
work for `GiraphGraphComputer`. This is here so users can fluently add
configuration options to their `GraphComputer` above and beyond what is
specified in their `Graph.configuration()`.
Run test suite. VOTE +1.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-tinkerpop TINKERPOP3-857
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tinkerpop/pull/126.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 #126
----
commit e3d126fe844d0b8015988fe1e3244cb98c9fbf5d
Author: Marko A. Rodriguez <[email protected]>
Date: 2015-10-14T01:09:22Z
Added GraphComputer.config(key,value). There is no general way to test this
as general configurations outside the scope of the fluent methods of
GraphComputer are particular to the underlying engine -- e.g. mapreduce.mappers
etc.
commit 2150b33d5cd8b783a4f91e198401f820b948250f
Author: Marko A. Rodriguez <[email protected]>
Date: 2015-10-14T01:10:05Z
Added GraphComputer.config(key,value). There is no general way to test this
as general configurations outside the scope of the fluent methods of
GraphComputer are particular to the underlying engine -- e.g. mapreduce.mappers
etc.
commit ee6074f8753df97b0356c96560ffc50ce301fed9
Author: Marko A. Rodriguez <[email protected]>
Date: 2015-10-28T19:20:11Z
Merge branch 'master' into TINKERPOP3-857
commit 594f829dee2d4c7b056271418b31626c53cb7681
Author: Marko A. Rodriguez <[email protected]>
Date: 2015-10-28T19:42:05Z
GiraphGraphComputer will be smart about workers() and GIRAPH_WORKERS. Added
more JavaDoc to GraphComputer.config().
----
---
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.
---