michael1991 commented on issue #10609:
URL: https://github.com/apache/hudi/issues/10609#issuecomment-2158376225

   > @michael1991 can you add the value that you pass 
`spark.executor.extraClassPath` and `spark.driver.extraClassPath`? so that I 
can try at my end as well.
   
   Sure @maheshguptags, due to I'm using GCP Dataproc, so I just set `--jars` 
with hudi-spark-bundle.jar GCS path, then set these two properties.
   dataproc command example: 
   ```
   gcloud dataproc jobs submit spark --cluster=spark-test --region=us-east1 
--driver-log-levels=root=WARN 
--jars=gs://bucket/jobs/test-batch-0.1.0.jar,gs://bucket/jars/hudi/hudi-spark3.5-bundle_2.12-0.15.0.jar
 --class=com.test.job.LogAppender 
--properties=^#^spark.driver.extraClassPath=hudi-spark3.5-bundle_2.12-0.15.0.jar#spark.executor.extraClassPath=hudi-spark3.5-bundle_2.12-0.15.0.jar
   ```


-- 
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]

Reply via email to