dask / dask-ec2

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

Rename dscheduler/dworker to dask-scheduler/dask-worker #44

Closed mrocklin closed 7 years ago

mrocklin commented 7 years ago

We've stopped supporting the dworker/dscheduler command line executables.

mrocklin commented 7 years ago

Conda-forge

On Fri, Jan 6, 2017 at 9:43 AM, Benjamin Zaitlen notifications@github.com wrote:

@quasiben commented on this pull request.

In dask_ec2/formulas/salt/dask/distributed/init.sls https://github.com/dask/dask-ec2/pull/44:

 - require:
  • sls: conda

distributed-install:

  • pip.installed:
    • name: distributed
    • upgrade: true
    • bin_env: {{ install_prefix }}/bin/pip
  • cmd.run:
    • name: {{ install_prefix }}/bin/conda install distributed -y -q -c conda-forge

I can fix those but it maybe good to ask where we want to install from: pypi, conda-forge, source ? I suspect we want conda-forge but wanted your thoughts before i fix?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dask/dask-ec2/pull/44, or mute the thread https://github.com/notifications/unsubscribe-auth/AASszBv9QJRKO3sM8cg0YO-zGTPS5BM1ks5rPn1SgaJpZM4LcZAI .

mrocklin commented 7 years ago

If it was trivial to add, then also an option for git master, but I wouldn't bother.

Might also be good to add fastparquet into the installation mix.

On Fri, Jan 6, 2017 at 9:45 AM, Matthew Rocklin mrocklin@continuum.io wrote:

Conda-forge

On Fri, Jan 6, 2017 at 9:43 AM, Benjamin Zaitlen <notifications@github.com

wrote:

@quasiben commented on this pull request.

In dask_ec2/formulas/salt/dask/distributed/init.sls https://github.com/dask/dask-ec2/pull/44:

 - require:
  • sls: conda

distributed-install:

  • pip.installed:
    • name: distributed
    • upgrade: true
    • bin_env: {{ install_prefix }}/bin/pip
  • cmd.run:
    • name: {{ install_prefix }}/bin/conda install distributed -y -q -c conda-forge

I can fix those but it maybe good to ask where we want to install from: pypi, conda-forge, source ? I suspect we want conda-forge but wanted your thoughts before i fix?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dask/dask-ec2/pull/44, or mute the thread https://github.com/notifications/unsubscribe-auth/AASszBv9QJRKO3sM8cg0YO-zGTPS5BM1ks5rPn1SgaJpZM4LcZAI .