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 2021/11/20 21:54:06 UTC

[GitHub] [hudi] mtami edited a comment on issue #4008: [SUPPORT] Hudi failed to sync new partition table to glue data catalog

mtami edited a comment on issue #4008:
URL: https://github.com/apache/hudi/issues/4008#issuecomment-974716726


   Hey @xushiyan 
   After using **created=yyyy-MM-dd**, Hudi succeed sync table to hive.
   
   However, I still can't get hudi creating table on AWS Glue data catalog (Hive metastore), Even the Hudi logs is showing the table was successfully created at the hive metastore.
   
   `INFO [Thread-6] hive.HiveSyncTool (HiveSyncTool.java:syncSchema(213)): Hive table brand_tree is not found. Creating it `
   
   `INFO [Thread-6] hive.HoodieHiveClient (HoodieHiveClient.java:updateHiveSQLs(460)): Time taken to execute [CREATE EXTERNAL TABLE IF NOT EXISTS my_schema.brand_tree( _hoodie_commit_time string, _hoodie_commit_seqno string, ... .`
   
   `Schema sync complete. Syncing partitions for brand_tree ` 
   
   I am not sure if this is related to Hudi or Glue (AWS), if you could direct me where i should look?
   


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