dask / dask-yarn

Deploy dask on YARN clusters
http://yarn.dask.org
BSD 3-Clause "New" or "Revised" License
69 stars 41 forks source link

TypeError on scheduler.start (possible version conflict?) #88

Closed bschreck closed 5 years ago

bschreck commented 5 years ago

Container: container_1564686111027_0004_01_000002 on [IP ADDRESS].internal_8041

LogType:dask.scheduler.log Log Upload Time:Thu Aug 01 20:12:53 +0000 2019 LogLength:768 Log Contents: Fontconfig error: Cannot load default config file Traceback (most recent call last): File "/mnt1/yarn/usercache/hadoop/appcache/application_1564686111027_0004/container_1564686111027_0004_01_000002/environment/bin/dask-yarn", line 11, in sys.exit(main()) File "/mnt1/yarn/usercache/hadoop/appcache/application_1564686111027_0004/container_1564686111027_0004_01_000002/environment/lib/python3.6/site-packages/dask_yarn/cli.py", line 412, in main func(**kwargs) File "/mnt1/yarn/usercache/hadoop/appcache/application_1564686111027_0004/container_1564686111027_0004_01_000002/environment/lib/python3.6/site-packages/dask_yarn/cli.py", line 316, in scheduler scheduler.start(addr) TypeError: start() takes 1 positional argument but 2 were given End of LogType:dask.scheduler.log

bschreck commented 5 years ago

Ah... distributed released a new version yesterday. I'll hardcode and downgrade for now

jcrist commented 5 years ago

Yeah, this is a duplicate of #87, closing. Hope to get a new release out by EOD to fix this, but hardcoding your versions should work for now.

jcrist commented 5 years ago

Version 0.7.0 has been released, and is compatible with the new distributed release. Available on PyPI and shortly on conda-forge.