You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/09/29 19:49:35 UTC

[08/14] incubator-tinkerpop git commit: updated asciidocs to have spark.serializer=org.apache.tinkerpop.gremlin.spark.structure.io.gryo.GryoSerializer in the example properties file. Updated CHANGELOG.

updated asciidocs to have spark.serializer=org.apache.tinkerpop.gremlin.spark.structure.io.gryo.GryoSerializer in the example properties file. Updated CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/0ca73636
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/0ca73636
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/0ca73636

Branch: refs/heads/master
Commit: 0ca736369b0fd8f51a3b4b0681d7cec1c31cff67
Parents: acdebc4
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Mon Sep 28 16:36:51 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Mon Sep 28 16:36:51 2015 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc                | 2 ++
 docs/src/implementations.asciidoc | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/0ca73636/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index cb6dcbf..4914b1a 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,8 @@ image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/
 TinkerPop 3.1.0 (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Added `GryoSerializer` which is a Spark `Serializer` and is the recommend serializer. Handles `Graph` and `GryoMapper` registries.
+* `GryoPool` now makes use of `GryoPool.Builder` for its construction.
 * Bumped to Apache Hadoop 2.7.1.
 * Bumped to Apache Giraph 1.1.0.
 * Bumped to Apache Spark 1.5.0.

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/0ca73636/docs/src/implementations.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/implementations.asciidoc b/docs/src/implementations.asciidoc
index 3d1f0ce..3598acb 100644
--- a/docs/src/implementations.asciidoc
+++ b/docs/src/implementations.asciidoc
@@ -780,7 +780,7 @@ gremlin.hadoop.jarsInDistributedCache=true
 ####################################
 spark.master=local[4]
 spark.executor.memory=1g
-spark.serializer=org.apache.spark.serializer.KryoSerializer
+spark.serializer=org.apache.tinkerpop.gremlin.spark.structure.io.gryo.GryoSerializer
 #####################################
 # GiraphGraphComputer Configuration #
 #####################################