diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2c370d5..88bd004 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,12 +2,12 @@ - + - + @@ -64,7 +64,7 @@ - + @@ -84,7 +84,7 @@ - + @@ -214,25 +214,6 @@ - - - - - - - - - - - - - - - - - - - @@ -304,30 +285,30 @@ - - + + - - - - + + - - + + - - + + + + - - + + - + @@ -356,7 +337,6 @@ @@ -1416,7 +1397,11 @@ 1385063376198 1385063376198 - @@ -1487,7 +1472,7 @@ @@ -1535,31 +1520,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1654,13 +1614,38 @@ + + + + + + + - + + + + + + + + + + + + + + + + + + + diff --git a/bakemono/src/main/java/com/ontology2/bakemono/joins/FetchTriplesWithMatchingObjectsTool.java b/bakemono/src/main/java/com/ontology2/bakemono/joins/FetchTriplesWithMatchingObjectsTool.java index 7d9f8b2..ede0b24 100644 --- a/bakemono/src/main/java/com/ontology2/bakemono/joins/FetchTriplesWithMatchingObjectsTool.java +++ b/bakemono/src/main/java/com/ontology2/bakemono/joins/FetchTriplesWithMatchingObjectsTool.java @@ -72,9 +72,9 @@ public int run(String[] arg0) throws Exception { job.setNumReduceTasks(reduceTasks); job.setMapOutputKeyClass(TaggedTextItem.class); - job.setMapOutputValueClass(VIntWritable.class); - job.setOutputKeyClass(Text.class); - job.setOutputValueClass(NullWritable.class); + job.setMapOutputValueClass(TaggedTextItem.class); + job.setOutputKeyClass(NullWritable.class); + job.setOutputValueClass(Text.class); FileInputFormat.addInputPath(job, new Path(inputA));