hapihu commented on a change in pull request #16295:
URL: https://github.com/apache/flink/pull/16295#discussion_r664022087
##########
File path: docs/content.zh/docs/deployment/cli.md
##########
@@ -25,37 +25,31 @@ specific language governing permissions and limitations
under the License.
-->
+<a name="Command-Line Interface"> </a>
# 命令行界面
-Flink provides a Command-Line Interface (CLI) `bin/flink` to run programs that
-are packaged as JAR files and to control their execution. The CLI is part of
any
-Flink setup, available in local single node setups and in distributed setups.
-It connects to the running JobManager specified in `conf/flink-config.yaml`.
+Flink提供了命令界面(CLI)`bin/flink` 来运行 JAR 格式的程序,同时控制其执行。该 CLI 作为所有 Flink
安装配置的一部分,在单节点或分布式安装的方式中都可以使用。命令行程序与运行中的 JobManager 建立连接来通信,JobManager
的连接信息可以通过`conf/flink-config.yaml`指定。
Review comment:
ok, thank you.
--
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]