You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/06/22 02:46:21 UTC

[GitHub] [hudi] boneanxs commented on issue #5861: [SUPPORT] Hudi spark datasource error after migrate from 0.8 to 0.11

boneanxs commented on issue #5861:
URL: https://github.com/apache/hudi/issues/5861#issuecomment-1162569814

   @WangCHX @kk17 Have you add 
   ```bash
   #spark2.4/spark3.1
   --conf 'spark.sql.extensions=org.apache.spark.sql.hudi.HoodieSparkSessionExtension'
   
   #spark3.2
   --conf 'spark.sql.extensions=org.apache.spark.sql.hudi.HoodieSparkSessionExtension' \
   --conf 'spark.sql.catalog.spark_catalog=org.apache.spark.sql.hudi.catalog.HoodieCatalog'
   ```
   
   when you creating hudi tables?


-- 
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: commits-unsubscribe@hudi.apache.org

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