We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened:
n_workers = 20 spec_worker = skein.Service(resources=skein.Resources(memory=memory_limit, vcores=threads_per_worker), instances=n_workers, files=resource_files, script=worker_script) services["dask.worker"] = spec_worker spec_scheduler = skein.Service(resources=skein.Resources(memory="20g", vcores=4), files=resource_files, instances=1, script=scheduler_script) services["dask.scheduler"] = spec_scheduler spec = skein.ApplicationSpec(name=app_name, queue=_get_queue(), master=spec_master, services=services) cluster = YarnCluster.from_specification(spec)
What you expected to happen: all of 20 workers registered into scheduler
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered:
This seems to be related to how dask-yarn exposes scheduler logging so moving the issue over there.
dask-yarn
Sorry, something went wrong.
No branches or pull requests
What happened:
What you expected to happen:
all of 20 workers registered into scheduler
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: