ykPrograWorld commented on issue #5819: URL: https://github.com/apache/hudi/issues/5819#issuecomment-1151054987
> Hey, how do you ingest your hudi data? AFAIK, hudi doesn't support ingesting data from hive side. In the steps you provide, you also need to do `add partition` after creating the table. > > Hudi provides `sync-tool` to sync hoodie table to hive, check out https://hudi.incubator.apache.org/docs/syncing_metastore The data is from the Kafka table and the command is INSERT INTO t23 SELECT * FROM t3_kafka_sour.Is it necessary to create a partition? My table is not partitioned,I have already used sync-tool to find the data but I want to use automatic synchronization. thks -- 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]
