I have a pretty basic job prod_resources = Resources(cpu = 0.5, ram = 256*MB, disk=2000*MB) My cluster has 3 slaves, each with 4 cpu cores and 16GB or RAM but I'me getting
Job creation failed due to error: Insufficient resource quota: CPU quota exceeded by 1.00 core(s); RAM quota exceeded by 512.00 MB; DISK quota exceeded by 4000.00 MB This only happens when I set production to true in the job configuration, otherwise, the jobs run fine. -- Larry Weya