You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/01/19 06:48:49 UTC

[GitHub] [flink] hequn8128 commented on a change in pull request #10884: [FLINK-15630][python][doc] Improve the environment requirement documentation of the Python API.

hequn8128 commented on a change in pull request #10884: [FLINK-15630][python][doc] Improve the environment requirement documentation of the Python API.
URL: https://github.com/apache/flink/pull/10884#discussion_r368269152
 
 

 ##########
 File path: docs/ops/python_shell.md
 ##########
 @@ -24,6 +24,21 @@ under the License.
 
 Flink comes with an integrated interactive Python Shell.
 It can be used in a local setup as well as in a cluster setup.
+See the [local setup page](../getting-started/tutorials/local_setup.html) for more information about how to setup a local Flink.
+You can also [build a local setup from source](../flinkDev/building.html).
+
+<span class="label label-info">Note</span> The Python Shell will run the command “python”. Please run following command to confirm that the command “python” in current environment points to Python 3.5+:
+
+{% highlight bash %}
+$ python --version
+# the version printed here must be 3.5+
+{% endhighlight %}
+
+<span class="label label-info">Note</span> Using Python UDF in Python Shell requires apache-beam 2.15.0. Run following command to confirm that it meets the requirements before run the Shell in local mode:
 
 Review comment:
   Run **the** following command to confirm that it meets the requirements before **running** the Shell in local mode
   
   Same for other places.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services