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

commit f7ca68af86ff254adf064bd4becb4aca02a001cf
Author: CI <[email protected]>
AuthorDate: Tue Jan 5 12:20:10 2021 +0000

    Travis CI build asf-site
---
 content/cn/docs/configurations.html | 2 +-
 content/docs/configurations.html    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/cn/docs/configurations.html 
b/content/cn/docs/configurations.html
index 1456a71..57aa993 100644
--- a/content/cn/docs/configurations.html
+++ b/content/cn/docs/configurations.html
@@ -450,7 +450,7 @@
   <span 
style="color:grey">如果设置为true,则生成基于Hive格式的partition目录:<partition_column_name>=<partition_value>&lt;/span&gt;</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 />
+<p>属性:<code 
class="highlighter-rouge">hoodie.datasource.write.keygenerator.class</code>, 
默认值:<code 
class="highlighter-rouge">org.apache.hudi.keygen.SimpleKeyGenerator</code> <br 
/>
   <span style="color:grey">键生成器类,实现从输入的<code 
class="highlighter-rouge">Row</code>对象中提取键</span></p>
 
 <h4 
id="COMMIT_METADATA_KEYPREFIX_OPT_KEY">COMMIT_METADATA_KEYPREFIX_OPT_KEY</h4>
diff --git a/content/docs/configurations.html b/content/docs/configurations.html
index c274063..ef5f099 100644
--- a/content/docs/configurations.html
+++ b/content/docs/configurations.html
@@ -459,7 +459,7 @@ Actual value ontained by invoking .toString()</span></p>
   <span style="color:grey">When set to true, partition folder names follow the 
format of Hive partitions: 
<partition_column_name>=<partition_value>&lt;/span&gt;</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 />
+<p>Property: <code 
class="highlighter-rouge">hoodie.datasource.write.keygenerator.class</code>, 
Default: <code 
class="highlighter-rouge">org.apache.hudi.keygen.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>
 
 <h4 
id="COMMIT_METADATA_KEYPREFIX_OPT_KEY">COMMIT_METADATA_KEYPREFIX_OPT_KEY</h4>

Reply via email to