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/incubator-hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 46fb6ee Travis CI build asf-site
46fb6ee is described below
commit 46fb6ee01d6a099d593671a83b6ccf27b9240934
Author: CI <[email protected]>
AuthorDate: Tue Apr 21 12:22:55 2020 +0000
Travis CI build asf-site
---
content/cn/docs/quick-start-guide.html | 2 +-
content/docs/oss_hoodie.html | 14 ++++++++++++--
content/docs/quick-start-guide.html | 2 +-
content/sitemap.xml | 4 ++--
4 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/content/cn/docs/quick-start-guide.html
b/content/cn/docs/quick-start-guide.html
index 02c11d2..3dcd47b 100644
--- a/content/cn/docs/quick-start-guide.html
+++ b/content/cn/docs/quick-start-guide.html
@@ -391,7 +391,7 @@
<p><code class="highlighter-rouge">mode(Overwrite)</code>覆盖并重新创建数据集(如果已经存在)。
您可以检查在<code
class="highlighter-rouge">/tmp/hudi_cow_table/<region>/<country>/<city>/</code>下生成的数据。我们提供了一个记录键
-(<a href="#sample-schema">schema</a>中的<code
class="highlighter-rouge">uuid</code>),分区字段(<code
class="highlighter-rouge">region/county/city</code>)和组合逻辑(<a
href="#sample-schema">schema</a>中的<code class="highlighter-rouge">ts</code>)
+(<a href="#sample-schema">schema</a>中的<code
class="highlighter-rouge">uuid</code>),分区字段(<code
class="highlighter-rouge">region/country/city</code>)和组合逻辑(<a
href="#sample-schema">schema</a>中的<code class="highlighter-rouge">ts</code>)
以确保行程记录在每个分区中都是唯一的。更多信息请参阅
<a
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=113709185#FAQ-HowdoImodelthedatastoredinHudi">对Hudi中的数据进行建模</a>,
有关将数据提取到Hudi中的方法的信息,请参阅<a href="/cn/docs/writing_data.html">写入Hudi数据集</a>。
diff --git a/content/docs/oss_hoodie.html b/content/docs/oss_hoodie.html
index b998d3c..baf5a36 100644
--- a/content/docs/oss_hoodie.html
+++ b/content/docs/oss_hoodie.html
@@ -19,7 +19,7 @@
- <meta property="article:modified_time" content="2020-04-12T17:23:24-04:00">
+ <meta property="article:modified_time" content="2020-04-21T17:38:24-04:00">
@@ -383,13 +383,23 @@
<h3 id="aliyun-oss-libs">Aliyun OSS Libs</h3>
-<p>Aliyun hadoop libraries jars to add to our pom.xml.</p>
+<p>Aliyun hadoop libraries jars to add to our pom.xml. Since hadoop-aliyun
depends on the version of hadoop 2.9.1+, you need to use the version of hadoop
2.9.1 or later.</p>
<div class="language-xml highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.hadoop<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>hadoop-aliyun<span
class="nt"></artifactId></span>
<span class="nt"><version></span>3.2.1<span
class="nt"></version></span>
<span class="nt"></dependency></span>
+<span class="nt"><dependency></span>
+ <span class="nt"><groupId></span>com.aliyun.oss<span
class="nt"></groupId></span>
+ <span class="nt"><artifactId></span>aliyun-sdk-oss<span
class="nt"></artifactId></span>
+ <span class="nt"><version></span>3.8.1<span
class="nt"></version></span>
+<span class="nt"></dependency></span>
+<span class="nt"><dependency></span>
+ <span class="nt"><groupId></span>org.jdom<span
class="nt"></groupId></span>
+ <span class="nt"><artifactId></span>jdom<span
class="nt"></artifactId></span>
+ <span class="nt"><version></span>1.1<span
class="nt"></version></span>
+<span class="nt"></dependency></span>
</code></pre></div></div>
</section>
diff --git a/content/docs/quick-start-guide.html
b/content/docs/quick-start-guide.html
index 0d86d95..8e40382 100644
--- a/content/docs/quick-start-guide.html
+++ b/content/docs/quick-start-guide.html
@@ -407,7 +407,7 @@ can generate sample inserts and updates based on the the
sample trip schema <a h
<p class="notice--info"><code class="highlighter-rouge">mode(Overwrite)</code>
overwrites and recreates the table if it already exists.
You can check the data generated under <code
class="highlighter-rouge">/tmp/hudi_trips_cow/<region>/<country>/<city>/</code>.
We provided a record key
-(<code class="highlighter-rouge">uuid</code> in <a
href="https://github.com/apache/incubator-hudi/blob/master/hudi-spark/src/main/java/org/apache/hudi/QuickstartUtils.java#L58">schema</a>),
partition field (<code class="highlighter-rouge">region/county/city</code>)
and combine logic (<code class="highlighter-rouge">ts</code> in
+(<code class="highlighter-rouge">uuid</code> in <a
href="https://github.com/apache/incubator-hudi/blob/master/hudi-spark/src/main/java/org/apache/hudi/QuickstartUtils.java#L58">schema</a>),
partition field (<code class="highlighter-rouge">region/country/city</code>)
and combine logic (<code class="highlighter-rouge">ts</code> in
<a
href="https://github.com/apache/incubator-hudi/blob/master/hudi-spark/src/main/java/org/apache/hudi/QuickstartUtils.java#L58">schema</a>)
to ensure trip records are unique within each partition. For more info, refer
to
<a
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=113709185#FAQ-HowdoImodelthedatastoredinHudi">Modeling
data stored in Hudi</a>
and for info on ways to ingest data into Hudi, refer to <a
href="/docs/writing_data.html">Writing Hudi Tables</a>.
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 79ddedc..e42df8c 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -430,11 +430,11 @@
</url>
<url>
<loc>https://hudi.apache.org/docs/oss_hoodie.html</loc>
-<lastmod>2020-04-12T16:50:50-04:00</lastmod>
+<lastmod>2020-04-21T18:50:50-04:00</lastmod>
</url>
<url>
<loc>https://hudi.apache.org/docs/oss_hoodie.html</loc>
-<lastmod>2020-04-12T17:23:24-04:00</lastmod>
+<lastmod>2020-04-21T17:38:24-04:00</lastmod>
</url>
<url>
<loc>https://hudi.apache.org/cn/docs/quick-start-guide.html</loc>