Greetings all, The docs say that I can skip creating a cluster and let the jobs create their own clusters on yarn. The example given is:
./bin/flink run -m yarn-cluster -yn 2 ./examples/batch/WordCount.jar What I cannot figure out is what the -m option is meant for. In my opinion there is no jobmanager to specify, I expect flink to start one. Skipping the option doesn't work as it defaults to the conf one which has a comment saying flink manages it for yarn deployments. I tried pointing it at my yarn resource manager, it didn't like any of the ports. Any ideas?
