xiaomaiyun opened a new issue, #3090:
URL: https://github.com/apache/incubator-seatunnel/issues/3090

   ### Search before asking
   
   - [X] I had searched in the 
[feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no similar feature requirement.
   
   
   ### Description
   
   “env
   Used to add some engine optional parameters, no matter which engine (Spark 
or Flink), the corresponding optional parameters should be filled in here.
   ”
   But, I don't know what parameters are supported by the engine I'm using, I 
would like to be able to list all currently supported parameter names and 
meanings in the evn module.
   for example:
   flink configuration:
     execution.parallelism = 1
     job.mode = "STREAMING"
     execution.checkpoint.interval = 10000
     execution.checkpoint.data-uri = "hdfs://localhost:9000/checkpoint"
   
   
   Spark configuration:
     spark.app.name = "SeaTunnel"
     spark.executor.instances = 2
     spark.executor.cores = 1
     spark.executor.memory = "1g"
     spark.master = local
   
   
   
   
   ### Usage Scenario
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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