HuangXingBo commented on a change in pull request #13295:
URL: https://github.com/apache/flink/pull/13295#discussion_r481943491



##########
File path: docs/dev/python/faq.md
##########
@@ -52,6 +52,19 @@ $ source venv/bin/activate
 $ python xxx.py
 {% endhighlight %}
 
+**Note:** When performing asynchronous instructions in a 
LocalStreamEnvironment, remember to block the process, or it 

Review comment:
       ```suggestion
   **Note:** If you run jobs in mini-cluster asynchronously, you need to make 
use of `JobClient` to wait for jobs to finish.
   ```




----------------------------------------------------------------
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


Reply via email to