The analogue of this question for dask.distributed can be found here: How to assign tasks to specific worker within Dask.Distributed
But the same technique doesn't seem to work for the yarn cluster of dask. Is there a way to do it in yarn cluster dask case? I.e. assign a task to specific worker in a specific node with certain ip address?