You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by le...@apache.org on 2020/04/25 13:12:26 UTC

[incubator-hudi] branch asf-site updated: [MINOR] revise translation (#1561)

This is an automated email from the ASF dual-hosted git repository.

leesf pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ba4a236  [MINOR] revise translation (#1561)
ba4a236 is described below

commit ba4a23652fe1f52f9a9eada4f6d5feac3374f961
Author: wanglisheng81 <37...@users.noreply.github.com>
AuthorDate: Sat Apr 25 21:12:16 2020 +0800

    [MINOR] revise translation (#1561)
---
 docs/_docs/1_1_quick_start_guide.cn.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_docs/1_1_quick_start_guide.cn.md b/docs/_docs/1_1_quick_start_guide.cn.md
index 7404bb8..f20e212 100644
--- a/docs/_docs/1_1_quick_start_guide.cn.md
+++ b/docs/_docs/1_1_quick_start_guide.cn.md
@@ -6,8 +6,8 @@ last_modified_at: 2019-12-30T15:59:57-04:00
 language: cn
 ---
 
-本指南通过使用spark-shell简要介绍了Hudi功能。使用Spark数据源,我们将通过代码段展示如何插入和更新的Hudi默认存储类型数据集:
-[写时复制](/cn/docs/concepts.html#copy-on-write-storage)。每次写操作之后,我们还将展示如何读取快照和增量读取数据。 
+本指南通过使用spark-shell简要介绍了Hudi功能。使用Spark数据源,我们将通过代码段展示如何插入和更新Hudi的默认存储类型数据集:
+[写时复制](/cn/docs/concepts.html#copy-on-write-storage)。每次写操作之后,我们还将展示如何读取快照和增量数据。 
 
 ## 设置spark-shell
 Hudi适用于Spark-2.x版本。您可以按照[此处](https://spark.apache.org/downloads.html)的说明设置spark。