提交flink的时候使用下面命令进行提交
flink run -m yarn-cluster -Djobmanager.memory.process.size=2048mb -c com.test.Test /data/flink-example-1.0-SNAPSHOT.jar
最后发现jobmanager.memory.process.size这个参数并不生效,flink参数如下
Options for Generic CLI mode:
-DAllows specifying multiple generic configuration
options. The available options can be found at
https://ci.apache.org/projects/flink/flink-docs-stabl
e/ops/config.html
-e,--executor DEPRECATED: Please use the -t option instead which is
also available with the "Application Mode".
The name of the ex



