File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ spark-sql --packages org.apache.hudi:hudi-spark$SPARK_VERSION-bundle_2.12:1.0.2
99
99
Users are recommended to set this config to reduce Kryo serialization overhead
100
100
101
101
```
102
- --conf 'spark.kryo.registrator=org.apache.spark.HoodieKryoRegistrar '
102
+ --conf 'spark.kryo.registrator=org.apache.spark.HoodieSparkKryoRegistrar '
103
103
```
104
104
:::
105
105
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ spark-sql --packages org.apache.hudi:hudi-spark2.4-bundle_2.11:0.15.0 \
139
139
Users are recommended to set this config to reduce Kryo serialization overhead
140
140
141
141
```
142
- --conf 'spark.kryo.registrator=org.apache.spark.HoodieKryoRegistrar '
142
+ --conf 'spark.kryo.registrator=org.apache.spark.HoodieSparkKryoRegistrar '
143
143
```
144
144
:::
145
145
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ spark-sql --packages org.apache.hudi:hudi-spark$SPARK_VERSION-bundle_2.12:1.0.0
99
99
Users are recommended to set this config to reduce Kryo serialization overhead
100
100
101
101
```
102
- --conf 'spark.kryo.registrator=org.apache.spark.HoodieKryoRegistrar '
102
+ --conf 'spark.kryo.registrator=org.apache.spark.HoodieSparkKryoRegistrar '
103
103
```
104
104
:::
105
105
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ spark-sql --packages org.apache.hudi:hudi-spark$SPARK_VERSION-bundle_2.12:1.0.1
99
99
Users are recommended to set this config to reduce Kryo serialization overhead
100
100
101
101
```
102
- --conf 'spark.kryo.registrator=org.apache.spark.HoodieKryoRegistrar '
102
+ --conf 'spark.kryo.registrator=org.apache.spark.HoodieSparkKryoRegistrar '
103
103
```
104
104
:::
105
105
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ spark-sql --packages org.apache.hudi:hudi-spark$SPARK_VERSION-bundle_2.12:1.0.2
99
99
Users are recommended to set this config to reduce Kryo serialization overhead
100
100
101
101
```
102
- --conf 'spark.kryo.registrator=org.apache.spark.HoodieKryoRegistrar '
102
+ --conf 'spark.kryo.registrator=org.apache.spark.HoodieSparkKryoRegistrar '
103
103
```
104
104
:::
105
105
You can’t perform that action at this time.
0 commit comments