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

codope 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 1eba7f8129 [DOCS] Update correct spark-sql keygen info in quickstart 
(#7439)
1eba7f8129 is described below

commit 1eba7f81291074a4e4086d5d62c487b29472bc74
Author: Jon Vexler <[email protected]>
AuthorDate: Mon Dec 19 08:38:54 2022 -0500

    [DOCS] Update correct spark-sql keygen info in quickstart (#7439)
---
 website/docs/quick-start-guide.md                          | 4 +---
 website/versioned_docs/version-0.11.1/quick-start-guide.md | 4 +---
 website/versioned_docs/version-0.12.0/quick-start-guide.md | 4 +---
 website/versioned_docs/version-0.12.1/quick-start-guide.md | 4 +---
 4 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/website/docs/quick-start-guide.md 
b/website/docs/quick-start-guide.md
index c227b13a47..dc4aeea810 100644
--- a/website/docs/quick-start-guide.md
+++ b/website/docs/quick-start-guide.md
@@ -275,9 +275,7 @@ Spark SQL needs an explicit create table command.
 3. `primaryKey`, `preCombineField`, and `type` are case-sensitive.
 4. `preCombineField` is required for MOR tables.
 5. When set `primaryKey`, `preCombineField`, `type` or other Hudi configs, 
`tblproperties` is preferred over `options`.
-6. A new Hudi table created by Spark SQL will by default
-   set 
`hoodie.table.keygenerator.class=org.apache.hudi.keygen.ComplexKeyGenerator` and
-   `hoodie.datasource.write.hive_style_partitioning=true`.
+6. A new Hudi table created by Spark SQL will by default set 
`hoodie.datasource.write.hive_style_partitioning=true`.
 :::
 
 **Create a Non-Partitioned Table**
diff --git a/website/versioned_docs/version-0.11.1/quick-start-guide.md 
b/website/versioned_docs/version-0.11.1/quick-start-guide.md
index 800507a05f..1470809989 100644
--- a/website/versioned_docs/version-0.11.1/quick-start-guide.md
+++ b/website/versioned_docs/version-0.11.1/quick-start-guide.md
@@ -246,9 +246,7 @@ Spark SQL needs an explicit create table command.
 3. `primaryKey`, `preCombineField`, and `type` are case-sensitive.
 4. `preCombineField` is required for MOR tables.
 5. When set `primaryKey`, `preCombineField`, `type` or other Hudi configs, 
`tblproperties` is preferred over `options`.
-6. A new Hudi table created by Spark SQL will by default
-   set 
`hoodie.table.keygenerator.class=org.apache.hudi.keygen.ComplexKeyGenerator` and
-   `hoodie.datasource.write.hive_style_partitioning=true`.
+6. A new Hudi table created by Spark SQL will by default set 
`hoodie.datasource.write.hive_style_partitioning=true`.
 :::
 
 **Create a Non-Partitioned Table**
diff --git a/website/versioned_docs/version-0.12.0/quick-start-guide.md 
b/website/versioned_docs/version-0.12.0/quick-start-guide.md
index 9c27623933..35f6f52d38 100644
--- a/website/versioned_docs/version-0.12.0/quick-start-guide.md
+++ b/website/versioned_docs/version-0.12.0/quick-start-guide.md
@@ -272,9 +272,7 @@ Spark SQL needs an explicit create table command.
 3. `primaryKey`, `preCombineField`, and `type` are case-sensitive.
 4. `preCombineField` is required for MOR tables.
 5. When set `primaryKey`, `preCombineField`, `type` or other Hudi configs, 
`tblproperties` is preferred over `options`.
-6. A new Hudi table created by Spark SQL will by default
-   set 
`hoodie.table.keygenerator.class=org.apache.hudi.keygen.ComplexKeyGenerator` and
-   `hoodie.datasource.write.hive_style_partitioning=true`.
+6. A new Hudi table created by Spark SQL will by default set 
`hoodie.datasource.write.hive_style_partitioning=true`.
 :::
 
 **Create a Non-Partitioned Table**
diff --git a/website/versioned_docs/version-0.12.1/quick-start-guide.md 
b/website/versioned_docs/version-0.12.1/quick-start-guide.md
index f8f26ea440..4b2795b0d7 100644
--- a/website/versioned_docs/version-0.12.1/quick-start-guide.md
+++ b/website/versioned_docs/version-0.12.1/quick-start-guide.md
@@ -272,9 +272,7 @@ Spark SQL needs an explicit create table command.
 3. `primaryKey`, `preCombineField`, and `type` are case-sensitive.
 4. `preCombineField` is required for MOR tables.
 5. When set `primaryKey`, `preCombineField`, `type` or other Hudi configs, 
`tblproperties` is preferred over `options`.
-6. A new Hudi table created by Spark SQL will by default
-   set 
`hoodie.table.keygenerator.class=org.apache.hudi.keygen.ComplexKeyGenerator` and
-   `hoodie.datasource.write.hive_style_partitioning=true`.
+6. A new Hudi table created by Spark SQL will by default set 
`hoodie.datasource.write.hive_style_partitioning=true`.
 :::
 
 **Create a Non-Partitioned Table**

Reply via email to