wuchong commented on a change in pull request #13933:
URL: https://github.com/apache/flink/pull/13933#discussion_r525896588
##########
File path: docs/dev/table/connectors/hbase.md
##########
@@ -162,6 +162,13 @@ Connector Options
can be set to <code>'0'</code> with the flush interval set allowing for
complete async processing of buffered actions.
</td>
</tr>
+ <tr>
+ <td><h5>sink.parallelism</h5></td>
+ <td>optional</td>
+ <td style="word-wrap: break-word;">(none)</td>
+ <td>Integer</td>
+ <td>Defines the parallelism of the Hbase sink operator. By default, the
parallelism is determined by the framework using the same parallelism of the
upstream chained operator.</td>
Review comment:
```suggestion
<td>Defines the parallelism of the HBase sink operator. By default,
the parallelism is determined by the framework using the same parallelism of
the upstream chained operator.</td>
```
##########
File path: docs/dev/table/connectors/hbase.zh.md
##########
@@ -155,6 +155,13 @@ ON myTopic.key = hTable.rowkey;
<td>写入的参数选项。刷写缓存行的间隔。它能提升写入 HBase 数据库的性能,但是也可能增加延迟。设置为 "0"
关闭此选项。注意:"sink.buffer-flush.max-size" 和 "sink.buffer-flush.max-rows" 同时设置为
"0",刷写选项整个异步处理缓存行为。
</td>
</tr>
+ <tr>
+ <td><h5>sink.parallelism</h5></td>
+ <td>可选</td>
+ <td style="word-wrap: break-word;">(none)</td>
+ <td>Integer</td>
+ <td>为 Hbase sink operator 定义并行度。默认情况下,并行度由框架决定,和链在一起的上游 operator 一样。</td>
Review comment:
```suggestion
<td>为 HBase sink operator 定义并行度。默认情况下,并行度由框架决定,和链在一起的上游 operator
一样。</td>
```
----------------------------------------------------------------
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]