On Mon, Sep 26, 2016 at 2:07 PM, Maximilian Michels wrote:
> Hi Luis,
>
> With your feedback I was able to find the problem. I have created an
> issue and a fix is available which will be in Flink 1.1.3 and Flink
> 1.2.0.
>
>
> Thanks,
>
Thank you!
> Max
>
> [1] https://issues.apache.org/jira/
Hi Luis,
With your feedback I was able to find the problem. I have created an
issue and a fix is available which will be in Flink 1.1.3 and Flink
1.2.0.
Thanks,
Max
[1] https://issues.apache.org/jira/browse/FLINK-4677
On Tue, Sep 20, 2016 at 2:00 PM, Luis Mariano Guerra
wrote:
> On Tue, Sep 2
On Tue, Sep 20, 2016 at 12:49 PM, Maximilian Michels wrote:
> Hi Luis,
>
> That looks like a bug but looking at the code I don't yet see how it may
> occur. We definitely need more information to reproduce it. Do you have an
> example job? Are you using master or a Flink release? Are your Flink
>
Hi Luis,
That looks like a bug but looking at the code I don't yet see how it may
occur. We definitely need more information to reproduce it. Do you have an
example job? Are you using master or a Flink release? Are your Flink
cluster and your job compiled with the exact same version of Flink?
Che
On Mon, Sep 19, 2016 at 8:02 PM, Fabian Hueske wrote:
> Hi Luis,
>
> this looks like a bug.
> Can you open a JIRA [1] issue and provide a more detailed description of
> what you do (Environment, DataStream / DataSet, how do you submit the
> program, maybe add a small program that reproduce the pr
Hi Luis,
this looks like a bug.
Can you open a JIRA [1] issue and provide a more detailed description of
what you do (Environment, DataStream / DataSet, how do you submit the
program, maybe add a small program that reproduce the problem on your
setup)?
Thanks, Fabian
2016-09-19 17:30 GMT+02:00 L
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
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/blo