flink的原生参数 -d datched ,chunjun写死为true的问题
- Dominant language
- Java
- Stars
- 4.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
### Search before asking
- [x] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar question.
- [x] I had googled my question but i didn't get any help.
- [x] I had read the documentation: [ChunJun doc](https://dtstack.github.io/chunjun) but it didn't help me.
### Description
Class YarnPerJobClusterClientHelper
flink的原生参数 -d datched 后台模式 ,chunjun为啥写死为true,不给一个可选项
是因为yarn-per-job 一般运行时间较长,所以就直接不想支持同步提交了吗
---

ClusterClientProvider provider =
descriptor.deployJobCluster(clusterSpecification, new JobGraph(), **_true_**);
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
Contributor guide
Assessment
This issue has not been assessed yet.