I setup a yarn cluster use the :
./bin/yarn-session.sh -n 10 -tm 8192 -s 32
Then I submit a job to this cluster.It's OK,I've used for a long time。
In this way ,you can submit multi jobs in one cluster.
--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Hi
@孙森
“/usr/local/flink/bin/flink run -m jmhost:port my.jar” is not submit on yarn .
If you want sumit job on yarn ,you should "/usr/local/flink/bin/flink run -m
yarn-cluster my.jar"
Please refer to
https://ci.apache.org/projects/flink/flink-docs-release-1.7/ops/cli.html
Best,
Shengj