michaelli916 commented on a change in pull request #13459:
URL: https://github.com/apache/flink/pull/13459#discussion_r619798537



##########
File path: docs/content.zh/docs/connectors/table/filesystem.md
##########
@@ -372,9 +364,9 @@ public class AnalysisCommitPolicy implements 
PartitionCommitPolicy {
 
 ```
 
-## Sink Parallelism
+## Sink 并行度
 
-The parallelism of writing files into external file system (including Hive) 
can be configured by the corresponding table option, which is supported both in 
streaming mode and in batch mode. By default, the parallelism is configured to 
being the same as the parallelism of its last upstream chained operator. When 
the parallelism which is different from the parallelism of the upstream 
parallelism is configured, the operator of writing files and the operator 
compacting files (if used) will apply the parallelism.
+向外部文件系统(包括 hive) 写文件时的并行度,在流处理模式和批处理模式下,都可以通过对应的 table 选项指定。默认情况下,该并行度跟上一个上游的 
chained operator 的并行度一样。当配置了跟上一个上游的 chained operator 
不一样的并行度时,写文件的算子和压缩文件的算子(如果使用了的话)会使用指定的并行度。

Review comment:
       好的。




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


Reply via email to