Skip to content

Commit 7a75a27

Browse files
[DOCS] Update Spark quick-start doc for spark.kryo.registrator (#13821)
1 parent 3e953b2 commit 7a75a27

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

website/docs/quick-start-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spark-sql --packages org.apache.hudi:hudi-spark$SPARK_VERSION-bundle_2.12:1.0.2
9999
Users are recommended to set this config to reduce Kryo serialization overhead
100100

101101
```
102-
--conf 'spark.kryo.registrator=org.apache.spark.HoodieKryoRegistrar'
102+
--conf 'spark.kryo.registrator=org.apache.spark.HoodieSparkKryoRegistrar'
103103
```
104104
:::
105105

website/versioned_docs/version-0.15.0/quick-start-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ spark-sql --packages org.apache.hudi:hudi-spark2.4-bundle_2.11:0.15.0 \
139139
Users are recommended to set this config to reduce Kryo serialization overhead
140140

141141
```
142-
--conf 'spark.kryo.registrator=org.apache.spark.HoodieKryoRegistrar'
142+
--conf 'spark.kryo.registrator=org.apache.spark.HoodieSparkKryoRegistrar'
143143
```
144144
:::
145145

website/versioned_docs/version-1.0.0/quick-start-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spark-sql --packages org.apache.hudi:hudi-spark$SPARK_VERSION-bundle_2.12:1.0.0
9999
Users are recommended to set this config to reduce Kryo serialization overhead
100100

101101
```
102-
--conf 'spark.kryo.registrator=org.apache.spark.HoodieKryoRegistrar'
102+
--conf 'spark.kryo.registrator=org.apache.spark.HoodieSparkKryoRegistrar'
103103
```
104104
:::
105105

website/versioned_docs/version-1.0.1/quick-start-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spark-sql --packages org.apache.hudi:hudi-spark$SPARK_VERSION-bundle_2.12:1.0.1
9999
Users are recommended to set this config to reduce Kryo serialization overhead
100100

101101
```
102-
--conf 'spark.kryo.registrator=org.apache.spark.HoodieKryoRegistrar'
102+
--conf 'spark.kryo.registrator=org.apache.spark.HoodieSparkKryoRegistrar'
103103
```
104104
:::
105105

website/versioned_docs/version-1.0.2/quick-start-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spark-sql --packages org.apache.hudi:hudi-spark$SPARK_VERSION-bundle_2.12:1.0.2
9999
Users are recommended to set this config to reduce Kryo serialization overhead
100100

101101
```
102-
--conf 'spark.kryo.registrator=org.apache.spark.HoodieKryoRegistrar'
102+
--conf 'spark.kryo.registrator=org.apache.spark.HoodieSparkKryoRegistrar'
103103
```
104104
:::
105105

0 commit comments

Comments
 (0)