Has anyone been able to add more than the default queue to yarn on Spark 2.x in Dataproc?
Attempts that fail at cluster creation time:
capacity-scheduler:yarn.scheduler.capacity.root.queues=alpha,beta,default
yarn:yarn.scheduler.capacity.root.queues=alpha,beta,default
Additionally, setting yarn.scheduler.fair.allow-undeclared-pools=true
on either of the above configuration prefixes to activate dynamic queues also fails.
All cases seem to make the daemon fail leaving the Resource Manager dead on launch.