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/11 17:49:27 UTC

[19/30] incubator-tinkerpop git commit: updated upgrade docs to say that HDFSTools and HadoopLoader are gone. SparkLoader never existed until this SNAPSHOT so no reason to mention it.

updated upgrade docs to say that HDFSTools and HadoopLoader are gone. SparkLoader never existed until this SNAPSHOT so no reason to mention it.


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

Branch: refs/heads/TINKERPOP-320
Commit: 9f5879e93a2199292a1edb68232b1fe0213f41a2
Parents: cc7cfff
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Thu Jan 7 17:33:57 2016 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Thu Jan 7 17:33:57 2016 -0700

----------------------------------------------------------------------
 docs/src/upgrade/release-3.1.x-incubating.asciidoc | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/9f5879e9/docs/src/upgrade/release-3.1.x-incubating.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade/release-3.1.x-incubating.asciidoc b/docs/src/upgrade/release-3.1.x-incubating.asciidoc
index f026d02..29631c8 100644
--- a/docs/src/upgrade/release-3.1.x-incubating.asciidoc
+++ b/docs/src/upgrade/release-3.1.x-incubating.asciidoc
@@ -53,6 +53,8 @@ Given that HDFS (and now Spark) interactions are possible via `Storage` and no l
 developers can use these `Storage` implementations in their Java code. In fact, `Storage` has greatly simplified
 complex file/RDD operations in both `GiraphGraphComputer` and `SparkGraphComputer`.
 
+Finally, note that the following low-level/internal classes have been removed: `HadoopLoader` and `HDFSTools`.
+
 See: link:https://issues.apache.org/jira/browse/TINKERPOP-1033[TINKERPOP-1033],
 link:https://issues.apache.org/jira/browse/TINKERPOP-1023[TINKERPOP-1023]