[ https://issues.apache.org/jira/browse/FLINK-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382416#comment-15382416 ]
Maximilian Michels commented on FLINK-4199: ------------------------------------------- Thanks for reporting! {quote} 1) Cluster retrieved: Standalone cluster with JobManager at localhost/127.0.0.1:6123 {quote} I see how this is misleading. We don't do any communication with the cluster until we submit the job. So this should be more like "Cluster configuration used: ...". We don't want any communication with the cluster before we have executed the user jar interactively because the jar may not even execute. {quote} org.apache.flink.client.program.ProgramInvocationException: The program execution failed: Communication with JobManager failed: Lost connection to the JobManager. Job has been submitted with JobID 9c7120e5cc55b2a9157a7e2bc5a12c9d {quote} {quote} 07/12/2016 16:18:58 Job execution switched to status FINISHED. Job has been submitted with JobID 477429b836247909dd428a6cba5b923b {quote} These are both artifacts of Flink not returning proper results for interactive programs. I'm changing that. > Misleading messages by CLI upon job submission > ---------------------------------------------- > > Key: FLINK-4199 > URL: https://issues.apache.org/jira/browse/FLINK-4199 > Project: Flink > Issue Type: Bug > Components: Client > Affects Versions: 1.1.0 > Reporter: Kostas Kloudas > Assignee: Maximilian Michels > Fix For: 1.1.0 > > > Trying to submit a job jar from the client to a non-existing cluster gives > the following messages. In particular the first and last lines: "Cluster > retrieved: Standalone cluster with JobManager at localhost/127.0.0.1:6123" > and "Job has been submitted with" are totally misleading. > {code} > Cluster retrieved: Standalone cluster with JobManager at > localhost/127.0.0.1:6123 > Using address localhost:6123 to connect to JobManager. > JobManager web interface address http://localhost:8081 > Starting execution of program > Submitting job with JobID: 9c7120e5cc55b2a9157a7e2bc5a12c9d. Waiting for job > completion. > org.apache.flink.client.program.ProgramInvocationException: The program > execution failed: Communication with JobManager failed: Lost connection to > the JobManager. > Job has been submitted with JobID 9c7120e5cc55b2a9157a7e2bc5a12c9d > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)