bumped to Spark 2.0.2 from Spark 2.0.0. Easy tweak and test -- CTR.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d4dcae29 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d4dcae29 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d4dcae29 Branch: refs/heads/TINKERPOP-1564 Commit: d4dcae296b9de9220fa1cb428b4f0d80202b4664 Parents: e11d676 Author: Marko A. Rodriguez <[email protected]> Authored: Tue Jan 3 13:41:09 2017 -0700 Committer: Marko A. Rodriguez <[email protected]> Committed: Tue Jan 3 13:41:09 2017 -0700 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 +- spark-gremlin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d4dcae29/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 31e4a92..9972d0a 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -47,7 +47,7 @@ TinkerPop 3.3.0 (Release Date: NOT OFFICIALLY RELEASED YET) * Removed all performance tests that were not part of `gremlin-benchmark`. * Removed dependency on `junit-benchmarks` and it's related reference to `h2`. * Moved the source for the "home page" into the repository under `/site` so that it easier to accept contributions. -* Bumped to support Spark 2.0.0 with Scala 2.11. +* Bumped to support Spark 2.0.2 with Scala 2.11. * Added `UnshadedKryoShimService` as the new default serializer model for `SparkGraphComputer`. * `GryoRegistrator` is more efficient than the previous `GryoSerializer` model in `SparkGraphComputer`. * Added support for `IoRegistry` custom serialization in Spark/Giraph and provided a general `hadoop-gremlin` test suite. http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d4dcae29/spark-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/spark-gremlin/pom.xml b/spark-gremlin/pom.xml index 7dc8504..a08fdfd 100644 --- a/spark-gremlin/pom.xml +++ b/spark-gremlin/pom.xml @@ -113,7 +113,7 @@ <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.11</artifactId> - <version>2.0.0</version> + <version>2.0.2</version> <exclusions> <!-- self conflicts --> <exclusion>
