KarmaGYZ commented on a change in pull request #9749: [FLINK-14115][docs-zh] 
Translate DataStream Code Walkthrough to Chinese
URL: https://github.com/apache/flink/pull/9749#discussion_r327465440
 
 

 ##########
 File path: docs/getting-started/walkthroughs/datastream_api.zh.md
 ##########
 @@ -422,38 +422,39 @@ class FraudDetector extends KeyedProcessFunction[Long, 
Transaction, Alert] {
 </div>
 </div>
 
-## Writing a Real Application (v1)
+## 实现一个真正的应用程序
 
-For the first version, the fraud detector should output an alert for any 
account that makes a small transaction immediately followed by a large one. 
Where small is anything less than $1.00 and large is more than $500.
-Imagine your fraud detector processes the following stream of transactions for 
a particular account.
+我们先实现第一版报警程序,对于一个账户,如果出现小于 $1 美元的交易后紧跟着一个大于 $500 的交易,就输出一个报警信息。
+
+假设你的欺诈检测器所处理的交易数据如下:
 
 <p class="text-center">
-    <img alt="Transactions" width="80%" src="{{ site.baseurl 
}}/fig/fraud-transactions.svg"/>
+    <img alt="Transactions" width="80%" src="{{ site.baseurl 
}}/zh/fig/fraud-transactions.svg"/>
 
 Review comment:
   I couldn't find it in code path.

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