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?
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