nsivabalan commented on issue #6475: URL: https://github.com/apache/hudi/issues/6475#issuecomment-1229254830
we dont have support in deltastreamer yet. https://issues.apache.org/jira/browse/HUDI-1386 If you are interested to write a source, we would be glad to assist. If not, I guess, you may have to go w/ [DFSBased source](https://github.com/apache/hudi/blob/master/hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/ParquetDFSSource.java)[[example](https://hudi.apache.org/docs/hoodie_deltastreamer)] to ingest to hudi with deltastreamer or use the [2 stage reliable pipeline for S3](https://hudi.apache.org/blog/2021/08/23/s3-events-source). -- 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]
