Re: NoSuchMethodError when using the Flink Gelly library with Scala

2016-05-20 Thread Ufuk Celebi
On Fri, May 6, 2016 at 2:47 PM, Adrian Bartnik wrote: > > org.apache.flink > flink-scala_2.11 > ${flink.version} > This should be flink-java. Did you manually create this or do you get it from the quickstart scripts?

NoSuchMethodError when using the Flink Gelly library with Scala

2016-05-06 Thread Adrian Bartnik
Hi, I am trying to run the code examples from the Gelly documentation, in particular this code: import org.apache.flink.api.scala._ import org.apache.flink.graph.generator.GridGraph object SampleObject { def main(args: Array[String]) { val env = ExecutionEnvironment.getExecutionEnviron