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

vinoth 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 0f65425  Travis CI build asf-site
0f65425 is described below

commit 0f654251854bf7a1f479feeb900991b7a40f32d6
Author: CI <[email protected]>
AuthorDate: Thu Jun 10 02:35:39 2021 +0000

    Travis CI build asf-site
---
 content/assets/js/lunr/lunr-store.js | 2 +-
 content/cn/docs/oss_hoodie.html      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/assets/js/lunr/lunr-store.js 
b/content/assets/js/lunr/lunr-store.js
index ffeac7d..2084038 100644
--- a/content/assets/js/lunr/lunr-store.js
+++ b/content/assets/js/lunr/lunr-store.js
@@ -1390,7 +1390,7 @@ var store = [{
         "url": "https://hudi.apache.org/docs/docker_demo.html";,
         "teaser":"https://hudi.apache.org/assets/images/500x300.png"},{
         "title": "OSS Filesystem",
-        "excerpt":"这个页面描述了如何让你的Hudi spark任务使用Aliyun OSS存储。 Aliyun OSS 部署 
为了让Hudi使用OSS,需要增加两部分的配置: 为Hidi增加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。
 &lt;property&gt; &lt;name&gt;fs.defaultFS&lt;/name&gt; 
&lt;value&gt;oss://bucketname/&lt;/value&gt; &lt;/property&gt; &lt;property&gt; 
&lt;name&gt;fs.oss.e [...]
+        "excerpt":"这个页面描述了如何让你的Hudi spark任务使用Aliyun OSS存储。 Aliyun OSS 部署 
为了让Hudi使用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。
 &lt;property&gt; &lt;name&gt;fs.defaultFS&lt;/name&gt; 
&lt;value&gt;oss://bucketname/&lt;/value&gt; &lt;/property&gt; &lt;property&gt; 
&lt;name&gt;fs.oss.e [...]
         "tags": [],
         "url": "https://hudi.apache.org/cn/docs/oss_hoodie.html";,
         "teaser":"https://hudi.apache.org/assets/images/500x300.png"},{
diff --git a/content/cn/docs/oss_hoodie.html b/content/cn/docs/oss_hoodie.html
index 53df508..dd44345 100644
--- a/content/cn/docs/oss_hoodie.html
+++ b/content/cn/docs/oss_hoodie.html
@@ -366,13 +366,13 @@
 <p>为了让Hudi使用OSS,需要增加两部分的配置:</p>
 
 <ul>
-  <li>为Hidi增加Aliyun OSS的相关配置</li>
+  <li>为Hudi增加Aliyun OSS的相关配置</li>
   <li>增加Jar包的MVN依赖</li>
 </ul>
 
 <h3 id="aliyun-oss-相关的配置">Aliyun OSS 相关的配置</h3>
 
-<p>新增下面的配置到你的Hudi能访问的core-site.xml文件。使用你的OSS bucket name替换掉<code 
class="highlighter-rouge">fs.defaultFS</code>,使用OSS endpoint地址替换<code 
class="highlighter-rouge">fs.oss.endpoint</code>,使用OSS的key和secret分别替换<code 
class="highlighter-rouge">fs.oss.accessKeyId</code>和<code 
class="highlighter-rouge">fs.oss.accessKeySecret</code>。主要Hudi就能读写相应的bucket。</p>
+<p>新增下面的配置到你的Hudi能访问的core-site.xml文件。使用你的OSS bucket name替换掉<code 
class="highlighter-rouge">fs.defaultFS</code>,使用OSS endpoint地址替换<code 
class="highlighter-rouge">fs.oss.endpoint</code>,使用OSS的key和secret分别替换<code 
class="highlighter-rouge">fs.oss.accessKeyId</code>和<code 
class="highlighter-rouge">fs.oss.accessKeySecret</code>。这样Hudi就能读写相应的bucket。</p>
 
 <div class="language-xml highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    <span class="nt">&lt;property&gt;</span>
         <span class="nt">&lt;name&gt;</span>fs.defaultFS<span 
class="nt">&lt;/name&gt;</span>

Reply via email to