WeiZhong94 commented on a change in pull request #8267: [FLINK-12311][table][python] Add base python framework and Add Scan, Projection, and Filter operator support URL: https://github.com/apache/flink/pull/8267#discussion_r279636291
########## File path: flink-python/README.md ########## @@ -0,0 +1,22 @@ +# Apache Flink Python API + +Apache Flink is an open source stream processing framework with powerful stream- and batch-processing capabilities. + +Learn more about Flink at [http://flink.apache.org/](http://flink.apache.org/) + +This packaging is currently a very initial version and will change in future versions. + +## Installation + +In order to use PyFlink, you need to install Flink on your device and set the value of the environment variable FLINK_HOME to the root directory of Flink. +Then enter the directory where this README.md file is located and execute `python setup.py install` to install PyFlink on your device. + +## Running Tests + +Currently you can perform an end-to-end test of PyFlink in the directory where this file is located with the following command: + + PYTHONPATH=./ python ./pyflink/table/tests/test_end_to_end.py Review comment: Fixed. ---------------------------------------------------------------- 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