-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[feature][EC][spark] add support for setting driver parameters to driver side in spark engine #5397
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Problem Description
Is your feature request related to a problem? Please describe.
Currently, Spark engine in Linkis does not fully support passing driver-specific parameters to the driver side. Users need to configure driver parameters through complex workarounds or manual configuration files.
Description
A short description of your feature
Add support for setting driver parameters directly to the driver side in Spark engine, allowing users to configure driver-specific settings more conveniently.
Use case
Describe the use case of your feature request and the solution you'd like.
When users submit Spark tasks, they need to configure driver-specific parameters such as memory, cores, or Java options. This feature enables users to pass these parameters directly through the Linkis configuration, improving flexibility and ease of use.
Solutions
Describe alternatives you've considered.
- Update SparkConfiguration to support driver parameter mapping
- Modify SparkEngineConnExecutor to pass driver parameters correctly
- Add configuration tests for the new functionality
Anything else
Additional context or screenshots about the feature request.
This is part of the dev-1.18.0-webank development plan.
Are you willing to submit a PR?
- Yes I am willing to submit a PR!