Hi,
I run the same code twice. First time the job is finished and I am able to see the checkpointing triggered and completed. However, the next time the job fails. (please, have a look at the attached pic). I can not figure out the problem.
I am pretty sure is this because of this line of the code:
DataStream<String> data = env.socketTextStream("localhost", 9090);
Could you please inform me how can we get input from localhost? (I guess by chance my code works in one time, but later the job is shown failed)