[ https://issues.apache.org/jira/browse/TINKERPOP-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15187717#comment-15187717 ]
ASF GitHub Bot commented on TINKERPOP-1173: ------------------------------------------- GitHub user okram opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/255 TINKERPOP-1173: If no Serializer is provided in Configuration, use GryoSerializer by default (Spark) https://issues.apache.org/jira/browse/TINKERPOP-1173 If the user does not specify a serializer, then default to using `GryoSerializer` instead of Spark's default of `JavaSerializer`. Updated a test case to verify the behavior. ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14:00.006s [INFO] Finished at: Wed Mar 09 11:00:50 MST 2016 [INFO] Final Memory: 133M/806M [INFO] ------------------------------------------------------------------------ ``` VOTE +1. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-tinkerpop TINKERPOP-1173 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-tinkerpop/pull/255.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 #255 ---- commit 2e04cf8655799e5a75f8a90811cb0cf3ba856031 Author: Marko A. Rodriguez <okramma...@gmail.com> Date: 2016-03-09T17:47:38Z If no spark.serializer is provided, then use GryoSerializer by default -- not JavaSerialzer (as Spark defaults to). ---- > If no Serializer is provided in Configuration, use GryoSerializer by default > (Spark) > ------------------------------------------------------------------------------------ > > Key: TINKERPOP-1173 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1173 > Project: TinkerPop > Issue Type: Improvement > Components: process > Affects Versions: 3.1.0-incubating > Reporter: Marko A. Rodriguez > Assignee: Marko A. Rodriguez > Fix For: 3.2.0-incubating > > > [~dkuppitz] -- This message was sent by Atlassian JIRA (v6.3.4#6332)