Dmitry Balabka
Dmitry Balabka
@adbreind, the solution is to set proper settings for workers. Here is a solution for GCP: ```python from dask_cloudprovider.gcp import GCPCluster cluster = GCPCluster( worker_options = { "dashboard_address": "0.0.0.0:8787", },...
@DixQ, I looks like that the problem might be related to how Dask operates with categorical types with too many partitions. Here is the problem that I have face with...
@RubenBBlazquez, I've created a Dask plugin that automatically uploads the GCP JSON credentials file using the path specified in `GOOGLE_APPLICATION_CREDENTIALS`. In this case, you don't need to specify the ENV...
@mdouze , thank you a lot! What is a proximate time when you will be able to release this fix?
I'm having such behaviour on version `4.32.0` with WSL2: Diagnostics ID: ``` 774F9B1D-99FD-441C-828D-E45162840A65/20240718055847 ``` ``` wsl --version WSL version: 2.3.11.0 Kernel version: 6.6.36.3-1 WSLg version: 1.0.63 MSRDC version: 1.2.5326 Direct3D...
It seems it is the same issue described here #14187