zuoniduimian commented on a change in pull request #16490: URL: https://github.com/apache/flink/pull/16490#discussion_r670074353
########## File path: docs/content.zh/docs/dev/datastream/application_parameters.md ########## @@ -24,28 +24,23 @@ specific language governing permissions and limitations under the License. --> -# Handling Application Parameters +# 应用程序参数处理 - - -Handling Application Parameters +应用程序参数处理 ------------------------------- -Almost all Flink applications, both batch and streaming, rely on external configuration parameters. -They are used to specify input and output sources (like paths or addresses), system parameters (parallelism, runtime configuration), and application specific parameters (typically used within user functions). +几乎所有的Flink应用程序,也就是批和流程序,都依赖于外部配置参数。这些配置参数指定输入和输出源(如路径或地址),系统参数(并行度,运行时配置)和应用程序特定参数(通常在用户函数中使用)。 -Flink provides a simple utility called `ParameterTool` to provide some basic tooling for solving these problems. -Please note that you don't have to use the `ParameterTool` described here. Other frameworks such as [Commons CLI](https://commons.apache.org/proper/commons-cli/) and -[argparse4j](http://argparse4j.sourceforge.net/) also work well with Flink. +Flink提供一个名为 `Parametertool` 的简单实用类,为解决以上问题提供了基本的工具。 这里请注意,此处描述的` parametertool` 并不是必须的。[Commons CLI](https://commons.apache.org/proper/commons-cli/) 和 [argparse4j](http://argparse4j.sourceforge.net/)等其他框架也与Flink兼容非常好。 Review comment: thanks for your comment.I will modify it -- 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]
