yunfengzhou-hub opened a new pull request, #149: URL: https://github.com/apache/flink-ml/pull/149
## What is the purpose of the change This PR improves the installation process of Flink ML's Python SDK, so that Python users could set up Flink ML dependency with a one-line `pip install` command, instead of spending time compiling both Java and Python SDK before they can use Flink ML. This PR also modifies the python example codes and documents to reflect the latest setup process and to provide a quickstart example for python users. ## Brief change log - Add Flink ML jars to the Python `sdist` package - Remove the process to load jars in Python tests - Remove the instruction to set up jars in Python examples - Add documents about compiling, installing, and running a quickstart example of Flink ML's Python SDK ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (no) - The public API, i.e., is any changed class annotated with @public(Evolving): (no) - Does this pull request introduce a new feature? (yes) - If yes, how is the feature documented? (website document) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
