dask / dask-ec2

Start a cluster in EC2 for dask.distributed
106 stars 37 forks source link

Do not specify the address to start the Client. #83

Closed arokem closed 7 years ago

arokem commented 7 years ago

Otherwise results in a "Connection Refused" error. This should partially resolve #82 for the example notebooks.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 74.61% when pulling ba65205d34982749cea4b753d1cd1aac87424f14 on arokem:notebooks-noaddress into 59ef0d665109b3c297484954e1dcd99f68151ea8 on dask:master.

mrocklin commented 7 years ago

When you don't specify the address you create a small local cluster. This goes against the point of dask-ec2. I don't think that this is a desirable solution to your problem.

arokem commented 7 years ago

That makes sense. Upgraded to 0.5. Hopefully that will resolve all this.