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 2017/01/03 14:44:02 UTC

[16/24] tinkerpop git commit: dah. sorry. had some work I started doing before the previous commit. reverting.

dah. sorry. had some work I started doing before the previous commit. reverting.


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

Branch: refs/heads/master
Commit: 04efe0c5cd72310f4c87e094c851b62f50d87e1f
Parents: b6954f9
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Thu Oct 27 05:28:58 2016 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Tue Nov 29 04:57:14 2016 -0700

----------------------------------------------------------------------
 .../gremlin/hadoop/structure/io/AbstractIoRegistryCheck.java       | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/04efe0c5/hadoop-gremlin/src/test/java/org/apache/tinkerpop/gremlin/hadoop/structure/io/AbstractIoRegistryCheck.java
----------------------------------------------------------------------
diff --git a/hadoop-gremlin/src/test/java/org/apache/tinkerpop/gremlin/hadoop/structure/io/AbstractIoRegistryCheck.java b/hadoop-gremlin/src/test/java/org/apache/tinkerpop/gremlin/hadoop/structure/io/AbstractIoRegistryCheck.java
index db947c2..9002d57 100644
--- a/hadoop-gremlin/src/test/java/org/apache/tinkerpop/gremlin/hadoop/structure/io/AbstractIoRegistryCheck.java
+++ b/hadoop-gremlin/src/test/java/org/apache/tinkerpop/gremlin/hadoop/structure/io/AbstractIoRegistryCheck.java
@@ -65,8 +65,6 @@ public abstract class AbstractIoRegistryCheck extends AbstractGremlinTest {
         graph.configuration().setProperty(Constants.GREMLIN_HADOOP_GRAPH_WRITER, GryoOutputFormat.class.getCanonicalName());
         graph.configuration().setProperty(Constants.GREMLIN_HADOOP_INPUT_LOCATION, input.getAbsolutePath());
         graph.configuration().setProperty(GryoPool.CONFIG_IO_REGISTRY, ToyIoRegistry.class.getCanonicalName());
-        final GryoOutputFormat inputFormat = new GryoOutputFormat();
-        inputFormat.getRecordWriter()
         final GryoRecordWriter writer = new GryoRecordWriter(new DataOutputStream(new FileOutputStream(input)), ConfUtil.makeHadoopConfiguration(graph.configuration()));
         validateIoRegistryGraph(graph, graphComputerClass, writer, GryoInputFormat.class);
         assertTrue(input.delete());