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 <okramma...@gmail.com>
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.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to