[
https://issues.apache.org/jira/browse/TINKERPOP-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15207202#comment-15207202
]
ASF GitHub Bot commented on TINKERPOP-1231:
-------------------------------------------
GitHub user okram opened a pull request:
https://github.com/apache/incubator-tinkerpop/pull/275
TINKERPOP-1231: Get RemoteGraph to work with GraphComputer traversals
(OLAP).
https://issues.apache.org/jira/browse/TINKERPOP-1231
I got `RemoteGraph` to work with `GraphComputer` OLAP traversals. I had to
tweak a few things in `RemoteGraphProvider` and `GremlinRunner` that I didn't
like doing. @spmallette -- It would be great if `RemoteException` was able to
provide `getCause()`. I started going down that road, but got scared as it
touched too many things -- `RemoteMessage`, `RemoteConnectionException`,
etc....
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-tinkerpop TINKERPOP-1231
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tinkerpop/pull/275.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 #275
----
commit 105d8b2f572b318c8cc1a494f0c14b8c7a4b7b3f
Author: Marko A. Rodriguez <[email protected]>
Date: 2016-03-22T20:14:53Z
Got RemoteGraph to work with OLAP traversals. Added respective
RemoteGraphComputerProvider and RemoteGraphProcessCoputerTest. Had to introduce
an SFunction for serialized Function<Graph,GraphComputer>. @spmallette -- had
to change RemoteGraphProvider a bit around caching -- ... please review.
----
> Get RemoteGraph to work with GraphComputer traversals (OLAP).
> -------------------------------------------------------------
>
> Key: TINKERPOP-1231
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1231
> Project: TinkerPop
> Issue Type: Improvement
> Components: driver, process, server
> Affects Versions: 3.2.0-incubating
> Reporter: Marko A. Rodriguez
> Assignee: Marko A. Rodriguez
>
> Add {{RemoteGraphComputerProvider}} and respect
> {{RemoteGraphProcessComputerTest}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)