[ https://issues.apache.org/jira/browse/GIRAPH-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16441176#comment-16441176 ]
ASF GitHub Bot commented on GIRAPH-1188: ---------------------------------------- GitHub user yukselakinci opened a pull request: https://github.com/apache/giraph/pull/70 GIRAPH-1188 You can merge this pull request into a Git repository by running: $ git pull https://github.com/yukselakinci/giraph phase23 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/giraph/pull/70.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 #70 ---- commit fdebf0cfb3d580d0219521b93b5f2cb83ef102cd Author: Yuksel Akinci <yuksela@...> Date: 2018-04-16T03:46:20Z GIRAPH-1188 ---- > Add kryo custom class resolver for faster serialization. > -------------------------------------------------------- > > Key: GIRAPH-1188 > URL: https://issues.apache.org/jira/browse/GIRAPH-1188 > Project: Giraph > Issue Type: Improvement > Reporter: Yuksel Akinci > Priority: Major > > The custom class resolver allows kryo to always use the integer IDs for > classes that are agreed by all nodes running the job. Default class resolver > always writes the full class name of the first encountered class type to the > stream, and then it assigns an integer for subsequent instances. These > changes make the serialization faster by eliminating the need to write the > full name for the first encountered class instance. -- This message was sent by Atlassian JIRA (v7.6.3#76005)