huxixiang commented on a change in pull request #16547:
URL: https://github.com/apache/flink/pull/16547#discussion_r680772088
##########
File path: docs/content.zh/docs/connectors/datastream/elasticsearch.md
##########
@@ -51,29 +49,25 @@ of the Elasticsearch installation:
<td>{{< artifact flink-connector-elasticsearch6 withScalaVersion
>}}</td>
</tr>
<tr>
- <td>7 and later versions</td>
+ <td>7 及更高版本</td>
<td>{{< artifact flink-connector-elasticsearch7 withScalaVersion
>}}</td>
</tr>
</tbody>
</table>
-Note that the streaming connectors are currently not part of the binary
-distribution. See [here]({{< ref "docs/dev/datastream/project-configuration"
>}}) for information
-about how to package the program with the libraries for cluster execution.
+请注意,流连接器目前不是二进制发行版的一部分。
+有关如何将程序和用于集群执行的库一起打包,参考[此处]({{< ref
"docs/dev/datastream/project-configuration" >}})
-## Installing Elasticsearch
+## 安装 Elasticsearch
-Instructions for setting up an Elasticsearch cluster can be found
-[here](https://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html).
-Make sure to set and remember a cluster name. This must be set when
-creating an `ElasticsearchSink` for requesting document actions against your
cluster.
+Elasticsearch
集群的设置可以参考[此处](https://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html)。
+确保设置并记住集群名称。这是在创建 `ElasticsearchSink` 请求集群文档操作时必须要设置的。
Review comment:
Accepted, Thanks.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]