Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Spark configuration keys in create_spark function
Updated the configuration keys in the create_spark function within startup.py to use the correct Spark naming convention, changing 'executor_memory', 'executor_cores', and 'executor_instances' to 'spark.executor.memory', 'spark.executor.cores', and 'spark.executor.instances'. Adjusted the corresponding references in the Spark session creation logic for improved consistency and clarity.
- Loading branch information