I have cluster running with the FIFO Scheduler enabled. I submit a large job A to the cluster, which I expect to run for one hour. Then, I submit job B to cluster, which I expect to run a couple of minutes only.
I submit both jobs with the same priority.
Now my question is, how the FIFO Scheduler arbitrates the cluster resources for a job and its tasks?
Can someone please help!