rangareddy commented on issue #12777: URL: https://github.com/apache/hudi/issues/12777#issuecomment-2643316957
Hi @ronyarmon, You can refer to the sample custom payload example. If you want to use a custom payload for HudiStreamer, you need to create a custom payload class, build a fat JAR, and pass it to spark-submit. https://github.com/rangareddy/Ranga_Hudi_Experiments/blob/main/SparkHudiCustomPayload/src/main/scala/com/ranga/HudiCustomPayloadApp.scala#L64 -- 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]
