I have a Flink cluster with 8 CPU cores and 16GB RAM. When I submit a job to the cluster using the command:
flink run -m ip:port -p 8 X.jar
in job manager web interface I can see all the 8 cores are used. According to the documents, Flink standalone cluster manager runs applications using FIFO scheduling. I want to know Does Flink standalone cluster manager support running application simultaneously on the cluster, something like round-robin? Or I should use YARN?