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 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. ---