context: I have two other similar jobs in the same project that run without problem.
On Mon, Sep 19, 2016 at 4:28 PM, Luis Mariano Guerra < mari...@event-fabric.com> wrote: > hi > > submitting a job I get a NPE here: > https://github.com/apache/flink/blob/master/flink- > clients/src/main/java/org/apache/flink/client/CliFrontend.java#L781 > > building from source and adding some prints I got that > this.lastJobExecutionResult > here seems to be null: https://github.com/apache/flink/blob/master/flink- > clients/src/main/java/org/apache/flink/client/program/ > ClusterClient.java#L329 > > any hint of what may I be doing wrong for this to fail like this? >