wenjin272 commented on code in PR #226: URL: https://github.com/apache/flink-agents/pull/226#discussion_r2389659461
########## docs/content/docs/get-started/installation.md: ########## @@ -22,47 +22,46 @@ specific language governing permissions and limitations under the License. --> -# Installation - +## Overview Flink Agents provides both Python and Java APIs to define a Flink Agents job. -To try Flink Agents in Python on a local executor, you only need to install the Flink Agents Python package. - -To define a Flink Agents job using the Java API, or to run the job in a Flink cluster, you need to install both the Flink Agents Python and Java dependencies. +To try Flink-Agents in Python or Java, user can only install the correspond package. Review Comment: Because we have packaged the flink-agents-dist jar in python package, so actually there is no need to download java package and install it to Flink to run a Python job. I have verified this on standalone cluster. I agree this is too complicated to user. I will revise this to tell users to always install both. -- 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]
