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 2015/11/03 17:48:53 UTC

[06/14] incubator-tinkerpop git commit: forgot to remove this when figuring out how unpersist() works. Sorry for the slop.

forgot to remove this when figuring out how unpersist() works. Sorry for the slop.


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

Branch: refs/heads/TINKERPOP3-909
Commit: eeb0d9fa7c975f0d7d3d820bba21f75211f3a129
Parents: 1f6c574
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri Oct 30 12:37:39 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri Oct 30 12:37:39 2015 -0600

----------------------------------------------------------------------
 .../gremlin/spark/process/computer/io/OutputFormatRDD.java          | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/eeb0d9fa/spark-gremlin/src/main/java/org/apache/tinkerpop/gremlin/spark/process/computer/io/OutputFormatRDD.java
----------------------------------------------------------------------
diff --git a/spark-gremlin/src/main/java/org/apache/tinkerpop/gremlin/spark/process/computer/io/OutputFormatRDD.java b/spark-gremlin/src/main/java/org/apache/tinkerpop/gremlin/spark/process/computer/io/OutputFormatRDD.java
index 661dc51..56a1297 100644
--- a/spark-gremlin/src/main/java/org/apache/tinkerpop/gremlin/spark/process/computer/io/OutputFormatRDD.java
+++ b/spark-gremlin/src/main/java/org/apache/tinkerpop/gremlin/spark/process/computer/io/OutputFormatRDD.java
@@ -45,6 +45,5 @@ public final class OutputFormatRDD implements OutputRDD {
                             VertexWritable.class,
                             (Class<OutputFormat<NullWritable, VertexWritable>>) hadoopConfiguration.getClass(Constants.GREMLIN_HADOOP_GRAPH_OUTPUT_FORMAT, OutputFormat.class), hadoopConfiguration);
         }
-        graphRDD.unpersist();
     }
 }
\ No newline at end of file