Description
I think the following script is not accurate at startup. Need to supplement the startup mode.
bin/spark-shell --packages org.apache.hudi:hudi-spark-bundle:0.5.0-incubating --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
update after
bin/spark-shell --master local --packages org.apache.hudi:hudi-spark-bundle:0.5.0-incubating --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
writing this way may be more in line with the learning of novices
{{}}