Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2024 05:32 AM
You can add to both the driver and executors extraJavaOptions the -verbose:class option, and then check the Spark Logs, example:
- spark.driver.extraJavaOptions -verbose:class
- spark.executor.extraJavaOptions -verbose:class
Same with regard to the jar distribution and localization, this will be visible in the Spark Logs.