mtami commented 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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
