Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DB3B5200BF1 for ; Tue, 3 Jan 2017 21:41:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D9CDD160B43; Tue, 3 Jan 2017 20:41:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2E1AF160B20 for ; Tue, 3 Jan 2017 21:41:06 +0100 (CET) Received: (qmail 53856 invoked by uid 500); 3 Jan 2017 20:41:05 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 53847 invoked by uid 99); 3 Jan 2017 20:41:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2017 20:41:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4E0F8DFC64; Tue, 3 Jan 2017 20:41:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: okram@apache.org To: commits@tinkerpop.apache.org Message-Id: <190775856e6044d6bcdf6e6e466578c4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: tinkerpop git commit: bumped to Spark 2.0.2 from Spark 2.0.0. Easy tweak and test -- CTR. Date: Tue, 3 Jan 2017 20:41:05 +0000 (UTC) archived-at: Tue, 03 Jan 2017 20:41:07 -0000 Repository: tinkerpop Updated Branches: refs/heads/master e11d6764c -> d4dcae296 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/master Commit: d4dcae296b9de9220fa1cb428b4f0d80202b4664 Parents: e11d676 Author: Marko A. Rodriguez Authored: Tue Jan 3 13:41:09 2017 -0700 Committer: Marko A. Rodriguez 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 @@ org.apache.spark spark-core_2.11 - 2.0.0 + 2.0.2