yuezhuangshi commented on a change in pull request #8799: 
[FLINK-11612][chinese-translation,Documentation] Translate the "Proje…
URL: https://github.com/apache/flink/pull/8799#discussion_r295654431
 
 

 ##########
 File path: docs/dev/projectsetup/java_api_quickstart.zh.md
 ##########
 @@ -219,15 +215,15 @@ configurations {
 // declare the dependencies for your production and test code
 dependencies {
     // --------------------------------------------------------------
-    // Compile-time dependencies that should NOT be part of the
-    // shadow jar and are provided in the lib folder of Flink
+    // 编译时依赖不应该包含在 shadow jar 中,
+    // 这些依赖会在 Flink 的 lib 目录中提供。
     // --------------------------------------------------------------
     compile "org.apache.flink:flink-java:${flinkVersion}"
     compile 
"org.apache.flink:flink-streaming-java_${scalaBinaryVersion}:${flinkVersion}"
 
     // --------------------------------------------------------------
-    // Dependencies that should be part of the shadow jar, e.g.
-    // connectors. These must be in the flinkShadowJar configuration!
+    // 应该包含在 shadow jar 中的依赖,例如:连接器。
+    // 这些必须在 flinkShadowJar 的配置中!
 
 Review comment:
   `这些` instead of `他们`?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to