Hi, The Gelly API does not play well with Scala, as it has references to classes from org.apache.flink.api.java.*, and the Scala API obviously references classes from org.apache.flink.api.scala.*, this causes things like DataSet and ExecutionEnvironment to not match the expected method signature, and thus I cannot compile.
Are there any workarounds for this or will I have to resort to using Java? (I'd rather not) Kind regards, Pieter-Jan Van Aeken