Merge branch 'TINKERPOP-1271' of https://github.com/artem-aliev/tinkerpop into tp32
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4a328b92 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4a328b92 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/4a328b92 Branch: refs/heads/TINKERPOP-1599 Commit: 4a328b92c7aaf12cba59365ad0f7a2f93a95ad3d Parents: 9d74372 dce8404 Author: Marko A. Rodriguez <[email protected]> Authored: Wed Feb 15 15:25:41 2017 -0700 Committer: Marko A. Rodriguez <[email protected]> Committed: Wed Feb 15 15:25:41 2017 -0700 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + .../process/computer/SparkGraphComputer.java | 52 ++++++++++---------- .../gremlin/spark/structure/Spark.java | 46 ++++++++++++++--- .../spark/structure/io/InputRDDFormat.java | 3 +- .../spark/structure/io/PersistedInputRDD.java | 2 +- 5 files changed, 67 insertions(+), 37 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/4a328b92/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --cc CHANGELOG.asciidoc index b550fe4,bf5a49f..e3c78f9 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@@ -22,18 -22,11 +22,19 @@@ TinkerPop 3.2.0 (Nine Inch Gremlins image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/nine-inch-gremlins.png[width=185] -[[release-3-2-4]] -TinkerPop 3.2.4 (Release Date: NOT OFFICIALLY RELEASED YET) +[[release-3-2-5]] +TinkerPop 3.2.5 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* Refactor SparkContext handler to support external kill and stop operations ++* Refactor `SparkContext` handler to support external kill and stop operations. + + +[[release-3-2-4]] +TinkerPop 3.2.4 (Release Date: February 8, 2017) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +This release also includes changes from <<release-3-1-6, 3.1.6>>. + * Fixed a bug where `PathProcessor.keepLabels` were not being pushed down into child traversals by `PathRetractionStrategy`. * Added default `MessagePassingReductionStrategy` for `GraphComputer` that can reduce the number of message passing iterations. * Fixed a bug associated with user-provided maps and `GroupSideEffectStep`.
