Re: Error with Flink-Gelly, lastJobExecutionResult is null for ExecutionEnvironment

2020-08-03 Thread Till Rohrmann
The discussion is held on the dev mailing list: https://lists.apache.org/thread.html/rfed34be1651aa15fbdd0b3cac0d5607fa34886c1cf1aacf06684e995%40%3Cdev.flink.apache.org%3E . Cheers, Till On Sat, Aug 1, 2020 at 8:16 AM Xia Rui wrote: > Hello, everyone. > > I am trying to use Flink-Gelly. The ver

Error with Flink-Gelly, lastJobExecutionResult is null for ExecutionEnvironment

2020-07-31 Thread Xia Rui
Hello, everyone. I am trying to use Flink-Gelly. The version of Flink I used is 1.11 (I also tried 1.12, and it does not work as well). Following the instruction in https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/libs/gelly/ . First, I build my Flink code with: (1) git clo