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 7440442 Travis CI build asf-site
7440442 is described below
commit 74404422cc1bc0356a35eb437a6d757780c8a28f
Author: CI <[email protected]>
AuthorDate: Tue Jun 16 02:02:55 2020 +0000
Travis CI build asf-site
---
content/cn/docs/configurations.html | 4 ++++
content/docs/configurations.html | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/content/cn/docs/configurations.html
b/content/cn/docs/configurations.html
index 2a17ed8..b80c2f8 100644
--- a/content/cn/docs/configurations.html
+++ b/content/cn/docs/configurations.html
@@ -448,6 +448,10 @@ Azure和Hudi协同工作所需的配置。</li>
<span style="color:grey">分区路径字段。用作<code
class="highlighter-rouge">HoodieKey</code>中<code
class="highlighter-rouge">partitionPath</code>部分的值。
通过调用.toString()获得实际的值</span></p>
+<h4 id="HIVE_STYLE_PARTITIONING_OPT_KEY">HIVE_STYLE_PARTITIONING_OPT_KEY</h4>
+<p>属性:<code
class="highlighter-rouge">hoodie.datasource.write.hive_style_partitioning</code>,
默认值:<code class="highlighter-rouge">false</code> <br />
+ <span
style="color:grey">如果设置为true,则生成基于Hive格式的partition目录:<partition_column_name>=<partition_value></span></partition_value></partition_column_name></span></p>
+
<h4 id="KEYGENERATOR_CLASS_OPT_KEY">KEYGENERATOR_CLASS_OPT_KEY</h4>
<p>属性:<code
class="highlighter-rouge">hoodie.datasource.write.keygenerator.class</code>,
默认值:<code class="highlighter-rouge">org.apache.hudi.SimpleKeyGenerator</code>
<br />
<span style="color:grey">键生成器类,实现从输入的<code
class="highlighter-rouge">Row</code>对象中提取键</span></p>
diff --git a/content/docs/configurations.html b/content/docs/configurations.html
index 4130963..f5ca26e 100644
--- a/content/docs/configurations.html
+++ b/content/docs/configurations.html
@@ -447,6 +447,10 @@ the dot notation eg: <code
class="highlighter-rouge">a.b.c</code></span></p>
<span style="color:grey">Partition path field. Value to be used at the <code
class="highlighter-rouge">partitionPath</code> component of <code
class="highlighter-rouge">HoodieKey</code>.
Actual value ontained by invoking .toString()</span></p>
+<h4 id="HIVE_STYLE_PARTITIONING_OPT_KEY">HIVE_STYLE_PARTITIONING_OPT_KEY</h4>
+<p>Property: <code
class="highlighter-rouge">hoodie.datasource.write.hive_style_partitioning</code>,
Default: <code class="highlighter-rouge">false</code> <br />
+ <span style="color:grey">When set to true, partition folder names follow the
format of Hive partitions:
<partition_column_name>=<partition_value></span></partition_value></partition_column_name></span></p>
+
<h4 id="KEYGENERATOR_CLASS_OPT_KEY">KEYGENERATOR_CLASS_OPT_KEY</h4>
<p>Property: <code
class="highlighter-rouge">hoodie.datasource.write.keygenerator.class</code>,
Default: <code
class="highlighter-rouge">org.apache.hudi.SimpleKeyGenerator</code> <br />
<span style="color:grey">Key generator class, that implements will extract
the key out of incoming <code class="highlighter-rouge">Row</code>
object</span></p>