You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/08/18 05:51:04 UTC

[GitHub] [flink] klion26 commented on a change in pull request #13173: [FLINK-18855][docs-zh] Translate the "Cluster Execution" page of "Application Development's DataSet API" into Chinese

klion26 commented on a change in pull request #13173:
URL: https://github.com/apache/flink/pull/13173#discussion_r471928726



##########
File path: docs/dev/cluster_execution.zh.md
##########
@@ -25,27 +25,27 @@ under the License.
 * This will be replaced by the TOC
 {:toc}
 
-Flink programs can run distributed on clusters of many machines. There
-are two ways to send a program to a cluster for execution:
+Flink 程序可以分布式运行在多机器集群上。有两种方式可以将程序提交到集群上执行:
 
-## Command Line Interface
+<a name="command-line-interface"></a>
 
-The command line interface lets you submit packaged programs (JARs) to a cluster
-(or single machine setup).
+## 命令行界面(Interface)
 
-Please refer to the [Command Line Interface]({{ site.baseurl }}/ops/cli.html) documentation for
-details.
+命令行界面使你可以将打包的程序(JARs)提交到集群(或单机设置)。
 
-## Remote Environment
+有关详细信息,请参阅[命令行界面]({% link ops/cli.zh.md %})文档。
 
-The remote environment lets you execute Flink Java programs on a cluster
-directly. The remote environment points to the cluster on which you want to
-execute the program.
+<a name="remote-environment"></a>
+
+## 远程环境(Remote Environment)
+
+远程环境使你可以直接在集群上执行 Flink Java 程序。远程环境指向你要执行程序的群集。
+
+<a name="maven-dependency"></a>
 
 ### Maven Dependency
 
-If you are developing your program as a Maven project, you have to add the
-`flink-clients` module using this dependency:
+如果将程序作为 Maven 项目开发,则必须使用以下依赖项添加 `flink-clients` 模块:

Review comment:
       ”则必须添加 `flink-clients` 模块的依赖“  会好一些吗?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org