This is an automated email from the ASF dual-hosted git repository.

dianfu pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new b028f61  [FLINK-17881][python][docs] Add documentation for PyFlink's 
Windows support
b028f61 is described below

commit b028f61c2d93fa6360f9bb0ed1d2fb3028d9bfec
Author: Wei Zhong <weizhong0...@gmail.com>
AuthorDate: Fri May 22 16:11:24 2020 +0800

    [FLINK-17881][python][docs] Add documentation for PyFlink's Windows support
    
    This closes #12291.
---
 docs/dev/table/python/installation.md    | 2 ++
 docs/dev/table/python/installation.zh.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/dev/table/python/installation.md 
b/docs/dev/table/python/installation.md
index 0010ca9..c33d83c 100644
--- a/docs/dev/table/python/installation.md
+++ b/docs/dev/table/python/installation.md
@@ -42,3 +42,5 @@ $ python -m pip install apache-flink
 {% endhighlight %}
 
 You can also build PyFlink from source by following the [development guide]({{ 
site.baseurl }}/flinkDev/building.html#build-pyflink).
+
+<span class="label label-info">Note</span> Starting from Flink 1.11, it's also 
supported to run PyFlink jobs locally on Windows and so you could develop and 
debug PyFlink jobs on Windows.
diff --git a/docs/dev/table/python/installation.zh.md 
b/docs/dev/table/python/installation.zh.md
index 43ccca8..83a24d0 100644
--- a/docs/dev/table/python/installation.zh.md
+++ b/docs/dev/table/python/installation.zh.md
@@ -42,3 +42,5 @@ $ python -m pip install apache-flink
 {% endhighlight %}
 
 You can also build PyFlink from source by following the [development guide]({{ 
site.baseurl }}/zh/flinkDev/building.html#build-pyflink).
+
+<span class="label label-info">Note</span> Starting from Flink 1.11, it's also 
supported to run PyFlink jobs locally on Windows and so you could develop and 
debug PyFlink jobs on Windows.

Reply via email to