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 2016/01/08 01:55:15 UTC

[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 <ok...@gmail.com>
Authored: Thu Jan 7 17:55:11 2016 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
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 "*".