xintongsong commented on code in PR #194: URL: https://github.com/apache/flink-agents/pull/194#discussion_r2371744235
########## README.md: ########## @@ -63,6 +63,19 @@ python -m build python -m pip install dist/*.whl ``` +### Build Python with Flink-Agents jars + +This will also package flink-agents jars in wheel, which +is necessary when run agent as pyflink job. + +```shell +# Build java and python +bash -x tools/build.sh + +# Only build python, should have already manually +# built java. +bash -x tools/build.sh -p +``` Review Comment: The description here is a bit misleading. Maybe we say `skip building java (must be built already)` -- 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]
