v-kkhuang opened a new issue, #5397: URL: https://github.com/apache/linkis/issues/5397
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/linkis/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? - [x] Yes I am willing to submit a PR! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
