You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2019/02/01 13:54:00 UTC

[jira] [Commented] (TINKERPOP-2146) Add GraphBinary serializer for SparkGraphComputer

    [ https://issues.apache.org/jira/browse/TINKERPOP-2146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16758321#comment-16758321 ] 

stephen mallette commented on TINKERPOP-2146:
---------------------------------------------

I don't think we need to explicitly serialize {{SparkGraphComputer}} (or more generally a {{GraphComputer}} for that matter). When you do {{g.withComputer(SparkGraphComputer)}} it should wrap that in a {{VertexProgramStrategy}} which should get serialized as a {{TraversalStrategy}} (which treats the {{GraphComputer}} as a {{Class}} not as an instance) and we do have a serializer for that. Still not quite sure why GraphBinary would complain about this in normal usage.

> Add GraphBinary serializer for SparkGraphComputer
> -------------------------------------------------
>
>                 Key: TINKERPOP-2146
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2146
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: driver
>    Affects Versions: 3.4.0
>            Reporter: Eduard Tudenhoefner
>            Assignee: stephen mallette
>            Priority: Major
>             Fix For: 3.4.1
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)