n3nash commented on issue #2820:
URL: https://github.com/apache/hudi/issues/2820#issuecomment-819792823


   @ismailsimsek Can you paste the command you are using to start your 
spark-shell (assuming that's what you are using here to ingest to a hudi table) 
?
   
   It should be something like this for Spark 3.x
   
   ```
   spark-shell \
     --packages 
org.apache.hudi:hudi-spark3-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:3.0.1
 \
     --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
   ```
   
   This can also be found at 
https://hudi.apache.org/docs/spark_quick-start-guide.html#setup


-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to