You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2016/01/13 13:28:47 UTC

[6/6] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-320'

Merge branch 'TINKERPOP-320'

Resolved Conflicts:
	CHANGELOG.asciidoc


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/869c0d17
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/869c0d17
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/869c0d17

Branch: refs/heads/master
Commit: 869c0d174ef45ed711ab5329d4c382bbe671f77e
Parents: 96f34b1 96388ee
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Wed Jan 13 13:27:58 2016 +0100
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Wed Jan 13 13:27:58 2016 +0100

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |   1 +
 docs/src/reference/implementations.asciidoc     |  18 ++++
 docs/src/reference/the-graphcomputer.asciidoc   |   9 ++
 .../bulkdumping/BulkDumperVertexProgram.java    |  98 +++++++++++++++++
 .../process/GroovyProcessComputerSuite.java     |   2 +
 .../AbstractImportCustomizerProvider.java       |   2 +
 .../gremlin/process/ProcessComputerSuite.java   |   2 +
 .../BulkDumperVertexProgramTest.java            | 104 +++++++++++++++++++
 8 files changed, 236 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/869c0d17/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --cc CHANGELOG.asciidoc
index 1049c97,85280af..581f46e
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -26,8 -26,7 +26,9 @@@ image::https://raw.githubusercontent.co
  TinkerPop 3.1.1 (NOT OFFICIALLY RELEASED YET)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
 +* The Spark persistence `StorageLevel` can now be set for both job graphs and `PersistedOutputRDD` data.
 +* Added to the list of "invalid binding keys" allowed by Gremlin Server to cover the private fields of `T` which get exposed in the `ScriptEngine` on static imports.
+ * Added `BulkDumperVertex` that allows to dump a whole graph in any of the supported IO formats (GraphSON, Gryo, Script).
  * Fixed a bug around duration calculations of `cap()`-step during profiling.
  * 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).

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/869c0d17/docs/src/reference/implementations.asciidoc
----------------------------------------------------------------------