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/15 04:42:00 UTC

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

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

   This is how spark-sql output in step 2 
   ```
   spark-sql>  show create table ods.original_bitdao_inject_record;Error in query: Failed to execute SHOW CREATE TABLE against table `ods`.`track_signup `, which is created by Hive and uses the following unsupported serde configuration
    SERDE: org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe INPUTFORMAT: org.apache.hudi.hadoop.HoodieParquetInputFormat OUTPUTFORMAT: org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat
   ```
   Hive SQL is ok.
   


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