danny0405 commented on code in PR #8958:
URL: https://github.com/apache/hudi/pull/8958#discussion_r1228869739


##########
website/docs/quick-start-guide.md:
##########
@@ -125,25 +152,36 @@ pyspark \
 Hudi support using Spark SQL to write and read data with the 
**HoodieSparkSessionExtension** sql extension.
 From the extracted directory run Spark SQL with Hudi:
 
+```shell
+# Spark 3.4
+spark-sql --packages org.apache.hudi:hudi-spark3.4-bundle_2.12:0.14.0 \
+--conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer' \
+--conf 
'spark.sql.extensions=org.apache.spark.sql.hudi.HoodieSparkSessionExtension' \
+--conf 
'spark.sql.catalog.spark_catalog=org.apache.spark.sql.hudi.catalog.HoodieCatalog'
 \
+--conf 'spark.kryo.registrator=org.apache.spark.HoodieSparkKryoRegistrar'
+```
 ```shell
 # Spark 3.3
 spark-sql --packages org.apache.hudi:hudi-spark3.3-bundle_2.12:0.13.0 \
 --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer' \
 --conf 
'spark.sql.extensions=org.apache.spark.sql.hudi.HoodieSparkSessionExtension' \
---conf 
'spark.sql.catalog.spark_catalog=org.apache.spark.sql.hudi.catalog.HoodieCatalog'
+--conf 
'spark.sql.catalog.spark_catalog=org.apache.spark.sql.hudi.catalog.HoodieCatalog'
 \

Review Comment:
   should fix it to 0.13.1.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to