ForinMH commented on issue #13612: URL: https://github.com/apache/hudi/issues/13612#issuecomment-3125914975
> Hello [@ForinMH](https://github.com/ForinMH), > > You can package your custom classes into a JAR file and include it in your Spark job by using the --jars option with the spark-submit command. This allows Spark to distribute your custom code across the cluster during execution. > > Please let me know if you need any further assistance or clarification. > > Thank you. Thank you, Can this custom class use a parameterized constructor? If so, how to provide parameters? And does this class run on the driver or executor? -- 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]
