You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2016/01/29 19:41:39 UTC

[jira] [Created] (TINKERPOP-1110) Payload should have a GryoSerializer and NOT use JavaSerializer.

Marko A. Rodriguez created TINKERPOP-1110:
---------------------------------------------

             Summary: Payload should have a GryoSerializer and NOT use JavaSerializer.
                 Key: TINKERPOP-1110
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1110
             Project: TinkerPop
          Issue Type: Improvement
          Components: hadoop
    Affects Versions: 3.1.1-incubating
            Reporter: Marko A. Rodriguez


In {{SparkGraphComputer}}, {{Payload}} (views and messages) make use of {{JavaSerializer}}. This is bad. We should implement a wicked tight {{GryoSerializer}} for it. Given that this is mostly what is shuffled around the cluster, its probably smart to make it as tiny as possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)