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/09 12:33:49 UTC

[GitHub] [hudi] danny0405 commented on issue #5819: [SUPPORT]hudi sync hive failed no data in hive help!!! please!!!

danny0405 commented on issue #5819:
URL: https://github.com/apache/hudi/issues/5819#issuecomment-1151063752

   > > 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
   
   You may need to wait until the compaction triggered for COW table.


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