wuchong commented on a change in pull request #8200: [FLINK-11614] [docs-zh] 
Translate the "Configuring Dependencies" page into Chinese
URL: https://github.com/apache/flink/pull/8200#discussion_r278376056
 
 

 ##########
 File path: docs/dev/projectsetup/dependencies.zh.md
 ##########
 @@ -132,63 +113,45 @@ Below is an example adding the connector for Kafka 0.10 
as a dependency (Maven s
 </dependency>
 {% endhighlight %}
 
-We recommend to package the application code and all its required dependencies 
into one *jar-with-dependencies* which
-we refer to as the *application jar*. The application jar can be submitted to 
an already running Flink cluster,
-or added to a Flink application container image.
-
-Projects created from the [Java Project Template]({{ site.baseurl 
}}/dev/projectsetup/java_api_quickstart.html) or
-[Scala Project Template]({{ site.baseurl 
}}/dev/projectsetup/scala_api_quickstart.html) are configured to automatically 
include
-the application dependencies into the application jar when running `mvn clean 
package`. For projects that are
-not set up from those templates, we recommend to add the Maven Shade Plugin 
(as listed in the Appendix below)
-to build the application jar with all required dependencies.
+我们建议将应用程序代码及其所有需要的依赖项打包到一个 *jar-with-dependencies* 的 jar 包中。
+这个打包好的应用 jar 可以提交到已经运行的 Flink 集群中,或者添加到 Flink 应用容器镜像中。
+ 
+通过[Java 项目模板]({{ site.baseurl }}/dev/projectsetup/java_api_quickstart_zh.html) 
或者
+[Scala 项目模板]({{ site.baseurl }}/dev/projectsetup/scala_api_quickstart_zh.html) 
创建的应用,
 
 Review comment:
   ```suggestion
   [Scala 项目模板]({{ site.baseurl 
}}/zh/dev/projectsetup/scala_api_quickstart.html) 创建的应用,
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to