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:40 UTC

[13/14] incubator-tinkerpop git commit: bumped to Spark 1.5.1.

bumped to Spark 1.5.1.


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

Branch: refs/heads/master
Commit: c9b0a839d6e46c0044286fbbc8172089202d1eeb
Parents: d165ece
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Tue Sep 29 11:48:57 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Tue Sep 29 11:48:57 2015 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc    | 2 +-
 spark-gremlin/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/c9b0a839/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 01298d3..435ee3b 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -30,7 +30,7 @@ TinkerPop 3.1.0 (NOT OFFICIALLY RELEASED YET)
 * `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.
+* Bumped to Apache Spark 1.5.1.
 * Split Hadoop-Gremlin apart such there is now `hadoop-gremlin`, `spark-gremlin`, and `giraph-gremlin` (and respective `GremlinPlugins`).
 * Added `LambdaCollectingBarrierStep` which generalizes `NoOpBarrierStep` and allows for `barrier(normSack)`-type operations.
 * Fixed bugs in the Gremlin Server's NIO protocol both on the server and driver side.

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/c9b0a839/spark-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/spark-gremlin/pom.xml b/spark-gremlin/pom.xml
index e183419..73e52a9 100644
--- a/spark-gremlin/pom.xml
+++ b/spark-gremlin/pom.xml
@@ -104,7 +104,7 @@
         <dependency>
             <groupId>org.apache.spark</groupId>
             <artifactId>spark-core_2.10</artifactId>
-            <version>1.5.0</version>
+            <version>1.5.1</version>
             <exclusions>
                 <!-- self conflicts -->
                 <exclusion>