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 AF580185D7 for ; Fri, 8 Jan 2016 00:55:24 +0000 (UTC) Received: (qmail 58290 invoked by uid 500); 8 Jan 2016 00:55:24 -0000 Delivered-To: apmail-tinkerpop-commits-archive@tinkerpop.apache.org Received: (qmail 58264 invoked by uid 500); 8 Jan 2016 00:55:24 -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 58254 invoked by uid 99); 8 Jan 2016 00:55:24 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2016 00:55:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 159A11A0248 for ; Fri, 8 Jan 2016 00:55:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-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 (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id leJIY9qiPmA0 for ; Fri, 8 Jan 2016 00:55:15 +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 4CD3A20D10 for ; Fri, 8 Jan 2016 00:55:15 +0000 (UTC) Received: (qmail 58181 invoked by uid 99); 8 Jan 2016 00:55:15 -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; Fri, 08 Jan 2016 00:55:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EAF7FE3825; Fri, 8 Jan 2016 00:55: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: Fri, 08 Jan 2016 00:55:15 -0000 Message-Id: <4bec0ef0f6be4c65a880c851fcff6502@git.apache.org> In-Reply-To: <7192e00ad5034628ad20c2b8e8b1226f@git.apache.org> References: <7192e00ad5034628ad20c2b8e8b1226f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-tinkerpop git commit: merged master -- CHANGELOG updates and spark/groovy version bumps. merged master -- CHANGELOG updates and spark/groovy version bumps. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/11b154e3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/11b154e3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/11b154e3 Branch: refs/heads/TINKERPOP-1033 Commit: 11b154e3a700f201f123c36aadb1ba838feac914 Parents: 9f5879e 78b1056 Author: Marko A. Rodriguez Authored: Thu Jan 7 17:55:11 2016 -0700 Committer: Marko A. Rodriguez Committed: Thu Jan 7 17:55:11 2016 -0700 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 ++ pom.xml | 2 +- spark-gremlin/pom.xml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/11b154e3/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --cc CHANGELOG.asciidoc index fad0630,0990ef1..3185290 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@@ -26,11 -26,8 +26,13 @@@ image::https://raw.githubusercontent.co TinkerPop 3.1.1 (NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* It is possible to completely avoid using HDFS with Spark if `PersistedInputRDD` and `PersistedOutpuRDD` are leveraged. +* `InputRDD` and `OutputRDD` can now process both graphs and memory (i.e. sideEffects). +* Removed Groovy specific meta-programming overloads for handling Hadoop `FileSystem` (instead, its all accessible via `FileSystemStorage`). +* Added `FileSystemStorage` and `SparkContextStorage` which both implement the new `Storage` API. +* Added `Storage` to the gremlin-core io-package which providers can implement to allow conventional access to data sources (e.g. `ls()`, `rm()`, `cp()`, etc.). + * Bumped to Spark 1.5.2. + * Bumped to Groovy 2.4.5. * Execute the `LifeCycle.beforeEval()` in the same thread that `eval()` is executed in for `GremlinExecutor`. * Improved error handling of Gremlin Console initialization scripts to better separate errors in initialization script I/O versus execution of the script itself. * Fixed a bug in `Graph.OptOut` when trying to opt-out of certain test cases with the `method` property set to "*".