shuai-xu commented on a change in pull request #11168: [FLINK-16140] [docs-zh] 
Translate Event Processing (CEP) page into Chinese
URL: https://github.com/apache/flink/pull/11168#discussion_r386216591
 
 

 ##########
 File path: docs/dev/libs/cep.zh.md
 ##########
 @@ -63,13 +60,12 @@ add the FlinkCEP dependency to the `pom.xml` of your 
project.
 </div>
 </div>
 
-{% info %} FlinkCEP is not part of the binary distribution. See how to link 
with it for cluster execution 
[here]({{site.baseurl}}/dev/projectsetup/dependencies.html).
+{% info %} 
FlinkCEP不是二进制分发的一部分。在集群上执行如何链接它可以看[这里]({{site.baseurl}}/dev/projectsetup/dependencies.html)。
 
-Now you can start writing your first CEP program using the Pattern API.
+现在可以开始使用Pattern API写你的第一个CEP程序了。
 
-{% warn Attention %} The events in the `DataStream` to which
-you want to apply pattern matching must implement proper `equals()` and 
`hashCode()` methods
-because FlinkCEP uses them for comparing and matching events.
+{% warn Attention %} `DataStream`中的事件,如果你想在上面进行模式匹配的话,必须实现合适的 
`equals()`和`hashCode()`方法,
 
 Review comment:
   done

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