xushiyan commented on issue #3913: URL: https://github.com/apache/hudi/issues/3913#issuecomment-966151436
@Kavin88 delta streamer is a spark application so you need to do spark-submit to get it running on a cluster. It's not meant to be called thru Python code as it is a bundled application. If you want to do pyspark with Hudi, then you should follow guide in https://hudi.apache.org/docs/quick-start-guide which is about writing your own pyspark application. Again you'll need to spark-submit that too. As @nsivabalan mentioned you need one set of config per table. Hope these helps. -- 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]
