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/14 14:57:39 UTC

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

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

   ```
   Steps to reproduce the behavior:
   
   1. using hudi 0.8 to create a hudi table and sync to hive metastore using hive jdbc sync mode
   2. update hudi to 0.11
   3. add a new column to the table and sync to hive metastore using hive jdbc sync mode
   4. read the table using spark.table
   ```
   @kk17 After step 2, when you run `show create table` then does it show the `LOCATION`?
   Also, could you try `HMS` sync mode? https://hudi.apache.org/docs/syncing_metastore#sync-modes


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