santoshsb commented on issue #5452:
URL: https://github.com/apache/hudi/issues/5452#issuecomment-1238356005

   @nsivabalan @xiarixiaoyao I tested this fix locally, checked out the latest 
master branch and built the code using the command `mvn clean package 
-DskipTests -Dspark3.2 -Dscala-2.12` used the generated jar and launched the 
spark-shell using the command 
   **./spark-3.2.1-bin-hadoop3.2/bin/spark-shell \
     --jars `ls 
packaging/hudi-spark-bundle/target/hudi-spark3.2-bundle_2.12-0.13.0-SNAPSHOT.jar`
 \
     --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer' 
--conf 
'spark.sql.catalog.spark_catalog=org.apache.spark.sql.hudi.catalog.HoodieCatalog'
 --conf 'spark.hadoop.parquet.avro.write-old-list-structure=false'**
   We still face the above mentioned issues, am I missing something here ?


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