Return-Path: X-Original-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Delivered-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CD82618D73 for ; Thu, 3 Dec 2015 20:31:23 +0000 (UTC) Received: (qmail 93378 invoked by uid 500); 3 Dec 2015 20:31:23 -0000 Delivered-To: apmail-tinkerpop-commits-archive@tinkerpop.apache.org Received: (qmail 93326 invoked by uid 500); 3 Dec 2015 20:31:23 -0000 Mailing-List: contact commits-help@tinkerpop.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.incubator.apache.org Delivered-To: mailing list commits@tinkerpop.incubator.apache.org Received: (qmail 93303 invoked by uid 99); 3 Dec 2015 20:31:23 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 20:31:23 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 572ED180B44 for ; Thu, 3 Dec 2015 20:31:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.247 X-Spam-Level: * X-Spam-Status: No, score=1.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id VgJOtPutsYyl for ; Thu, 3 Dec 2015 20:31:14 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id B50B820CF5 for ; Thu, 3 Dec 2015 20:31:14 +0000 (UTC) Received: (qmail 92532 invoked by uid 99); 3 Dec 2015 20:31:14 -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; Thu, 03 Dec 2015 20:31:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 39E54E6836; Thu, 3 Dec 2015 20:31:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: okram@apache.org To: commits@tinkerpop.incubator.apache.org Date: Thu, 03 Dec 2015 20:31:23 -0000 Message-Id: <93eff9a6577a4cfc9b71c9c30596ca11@git.apache.org> In-Reply-To: <3e86cded950a4f45ac5e9c8a936349e2@git.apache.org> References: <3e86cded950a4f45ac5e9c8a936349e2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/17] incubator-tinkerpop git commit: updated CHANGELOG. 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/461be033 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/461be033 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/461be033 Branch: refs/heads/TINKERPOP3-1014 Commit: 461be033b6b11ef97c0ae7af0b88d1beb1a326f9 Parents: 87382a9 Author: Marko A. Rodriguez Authored: Thu Dec 3 07:49:40 2015 -0700 Committer: Marko A. Rodriguez Committed: Thu Dec 3 12:47:53 2015 -0700 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/461be033/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 9f45a90..90c9f27 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,10 @@ image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/ TinkerPop 3.1.1 (NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Added `AbstractSparkTest` which handles closing `SparkContext` instances between tests now that we support persisted contexts. +* Fixed a serialization bug in `GryoSerializer` that made it difficult for graph providers to yield `InputRDDs` for `SparkGraphComputer`. +* `SparkGraphComputer` is now tested against Gryo, GraphSON, and `InputRDD` data sources. +* `HadoopElementIterator` (for Hadoop-Gremlin OLTP) now works for any `InputFormat`, not just `FileInputFormats`. * Added `Traverser.Admin.getTags()` which are used to mark branches in a traversal (useful in `match()` and related future steps). * Fixed the `Future` model for `GiraphGraphComputer` and `SparkGraphComputer` so that class loaders are preserved. * Added support for arbitrary vertex ID types in `BulkLoaderVertexProgram`.