rangareddy commented on issue #13410:
URL: https://github.com/apache/hudi/issues/13410#issuecomment-2970814419
Hi @codope
@abhiNB-star and me tried different approaches to specify the JAR in the
spark-submit, but the issue remains unresolved.
First, we added the Hudi Spark bundle JAR using extraClassPath, which did
not solve the issue:
```
spark.driver.extraClassPath: hudi-spark3.5-bundle_2.12-1.0.2.jar
spark.executor.extraClassPath: hudi-spark3.5-bundle_2.12-1.0.2.jar
```
Second, we attempted to remove **spark.driver.userClassPathFirst** and
**spark.executor.userClassPathFirst** and then ran the application again, but
that did not resolve the issue.
--
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]