kl0u edited a comment on issue #11460: [FLINK-16655][FLINK-16657] Introduce 
embedded executor and use it for Web Submission
URL: https://github.com/apache/flink/pull/11460#issuecomment-606548673
 
 
   Thanks for looking into it @wangyang0918 ! Even before, batch jobs with 
`collect()` or `count()` were submitted but nothing was printed or could be 
done with the result, because we were extracting the `JobGraph` and submit it, 
without further executing the user's `main()`. So the only difference is that 
here we make it explicit.
   
   To verify, you can submit a `WordCount` though the WebUI to the current 
master and see what is happening. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to