This is an automated email from the ASF dual-hosted git repository.
garyli pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 4a2ab0d [MINOR] fix typo (#3060)
4a2ab0d is described below
commit 4a2ab0d1148cb5f065a6266a1b09d01b054f43bc
Author: JunZhang <[email protected]>
AuthorDate: Thu Jun 10 10:33:23 2021 +0800
[MINOR] fix typo (#3060)
---
docs/_docs/0_5_oss_filesystem.cn.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/_docs/0_5_oss_filesystem.cn.md
b/docs/_docs/0_5_oss_filesystem.cn.md
index baaa984..c2fbace 100644
--- a/docs/_docs/0_5_oss_filesystem.cn.md
+++ b/docs/_docs/0_5_oss_filesystem.cn.md
@@ -12,12 +12,12 @@ language: cn
为了让Hudi使用OSS,需要增加两部分的配置:
-- 为Hidi增加Aliyun OSS的相关配置
+- 为Hudi增加Aliyun OSS的相关配置
- 增加Jar包的MVN依赖
### Aliyun OSS 相关的配置
-新增下面的配置到你的Hudi能访问的core-site.xml文件。使用你的OSS bucket name替换掉`fs.defaultFS`,使用OSS
endpoint地址替换`fs.oss.endpoint`,使用OSS的key和secret分别替换`fs.oss.accessKeyId`和`fs.oss.accessKeySecret`。主要Hudi就能读写相应的bucket。
+新增下面的配置到你的Hudi能访问的core-site.xml文件。使用你的OSS bucket name替换掉`fs.defaultFS`,使用OSS
endpoint地址替换`fs.oss.endpoint`,使用OSS的key和secret分别替换`fs.oss.accessKeyId`和`fs.oss.accessKeySecret`。这样Hudi就能读写相应的bucket。
```xml
<property>