Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit f8c327b

Browse files
Bug fix in flink.inference.RDFGraphInference
1 parent 5fd6921 commit f8c327b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sansa-examples-flink/src/main/scala/net/sansa_stack/examples/flink/inference/RDFGraphInference.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ object RDFGraphInference {
9191
println(s"|G_inf| = ${inferredGraph.size()}")
9292

9393
val jn = if (jobName.isEmpty) s"RDF Graph Inference ($profile)" else jobName
94-
95-
// run the program
96-
env.execute(jn)
9794
}
9895

9996
// the config object

0 commit comments

Comments
 (0)