You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/10/13 12:49:15 UTC

[GitHub] [incubator-seatunnel] xiaomaiyun opened a new issue, #3090: [Feature][doc] “env” lists all optional parameters

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: commits-unsubscribe@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] CalvinKirs commented on issue #3090: [Feature][doc] “env” lists all optional parameters

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #3090:
URL: https://github.com/apache/incubator-seatunnel/issues/3090#issuecomment-1278751169

   This is a Spark or Flink parameter, which we can find explicitly at https://spark.apache.org/docs/latest/configuration.html, and the parameters inside Connector have their own documentation. So there is no need to list them redundantly.
   


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #3090: [Feature][doc] “env” lists all optional parameters

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3090:
URL: https://github.com/apache/incubator-seatunnel/issues/3090#issuecomment-1312875481

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #3090: [Feature][doc] “env” lists all optional parameters

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3090:
URL: https://github.com/apache/incubator-seatunnel/issues/3090#issuecomment-1353939058

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] xiaomaiyun commented on issue #3090: [Feature][doc] “env” lists all optional parameters

Posted by GitBox <gi...@apache.org>.
xiaomaiyun commented on issue #3090:
URL: https://github.com/apache/incubator-seatunnel/issues/3090#issuecomment-1313312972

   > For flink parameters, I can't seem to find all the parameters [here](https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/deployment/config/) . https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/deployment/config/, such as:
   > execution.parallelism = 1
   > job.mode = "STREAMING"
   > execution.checkpoint.data-uri = "hdfs://localhost:9000/checkpoint"
   
   For flink parameters, I can't seem to find all the parameters [here](https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/deployment/config/) . https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/deployment/config/, such as:
   execution.parallelism = 1
   job.mode = "STREAMING"
   execution.checkpoint.data-uri = "hdfs://localhost:9000/checkpoint"


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #3090: [Feature][doc] “env” lists all optional parameters

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3090:
URL: https://github.com/apache/incubator-seatunnel/issues/3090#issuecomment-1364600616

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] github-actions[bot] closed issue #3090: [Feature][doc] “env” lists all optional parameters

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #3090: [Feature][doc] “env” lists all optional parameters
URL: https://github.com/apache/incubator-seatunnel/issues/3090


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] xiaomaiyun commented on issue #3090: [Feature][doc] “env” lists all optional parameters

Posted by GitBox <gi...@apache.org>.
xiaomaiyun commented on issue #3090:
URL: https://github.com/apache/incubator-seatunnel/issues/3090#issuecomment-1313313855

   > This is a Spark or Flink parameter, which we can find explicitly at https://spark.apache.org/docs/latest/configuration.html, and the parameters inside Connector have their own documentation. So there is no need to list them redundantly.
   
   For flink parameters, I can't seem to find all the parameters [here](https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/deployment/config/) . https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/deployment/config/, such as:
   execution.parallelism = 1
   job.mode = "STREAMING"
   execution.checkpoint.data-uri = "hdfs://localhost:9000/checkpoint"


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] xiaomaiyun commented on issue #3090: [Feature][doc] “env” lists all optional parameters

Posted by GitBox <gi...@apache.org>.
xiaomaiyun commented on issue #3090:
URL: https://github.com/apache/incubator-seatunnel/issues/3090#issuecomment-1278795548

   
   
   
   
   > This is a Spark or Flink parameter, which we can find explicitly at https://spark.apache.org/docs/latest/configuration.html, and the parameters inside Connector have their own documentation. So there is no need to list them redundantly.
   
   For flink parameters, I can't seem to find all the parameters [here](https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/deployment/config/)https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/deployment/config/, such as:
   execution.parallelism = 1
   job.mode = "STREAMING"
   execution.checkpoint.data-uri = "hdfs://localhost:9000/checkpoint"
   
   


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org