rangareddy commented on issue #13245: URL: https://github.com/apache/hudi/issues/13245#issuecomment-2849583621
Hi @Machos65, It looks like the Ingest Multiple configuration is wrong. Could you please recheck the configuration files? ```properties hoodie.streamer.ingestion.tablesToBeIngested=uber_hive_db.uber_hive_dummy_table_1,uber_hive_db.uber_hive_dummy_table_2 hoodie.streamer.ingestion.uber_hive_db.uber_hive_dummy_table_1.configFile=src/test/resources/streamer-config/multi-source-1.properties hoodie.streamer.ingestion.uber_hive_db.uber_hive_dummy_table_2.configFile=src/test/resources/streamer-config/multi-source-2.properties ``` You can refer this [PR](https://github.com/apache/hudi/pull/11149/files) -- 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]
