Skip to content

Move bokeh module to dashboard#2724

Merged
mrocklin merged 9 commits intodask:masterfrom
mrocklin:bokeh-dashboard
May 28, 2019
Merged

Move bokeh module to dashboard#2724
mrocklin merged 9 commits intodask:masterfrom
mrocklin:bokeh-dashboard

Conversation

@mrocklin
Copy link
Copy Markdown
Member

This is a hard break. Previous imports will raise an informative error message.

@mrocklin
Copy link
Copy Markdown
Member Author

Merging this tomorrow if there are no further comments.

@TomAugspurger
Copy link
Copy Markdown
Member

I assume, but haven't checked, that the config keys will be changing from bokeh to dashboard?

logging:
  distributed: info
  bokeh: critical  # -> bokeh
  tornado: critical

If so, could I bother you for a doc update in https://github.com/dask/dask/blob/master/docs/source/configuration.rst as a followup?

@mrocklin
Copy link
Copy Markdown
Member Author

I assume, but haven't checked, that the config keys will be changing from bokeh to dashboard?

The logging configuration that we do here is keyed on the name of the logger. Bokeh's logger is still named "bokeh" and not "dashboard" so I'm inclined to keep this as-is. It's similar to how we manage tornado.

@TomAugspurger
Copy link
Copy Markdown
Member

TomAugspurger commented May 25, 2019 via email

@mrocklin mrocklin merged commit d202e62 into dask:master May 28, 2019
@mrocklin mrocklin deleted the bokeh-dashboard branch May 28, 2019 17:25
calebho pushed a commit to calebho/distributed that referenced this pull request May 29, 2019
muammar added a commit to muammar/distributed that referenced this pull request Jun 12, 2019
* upstream/master: (58 commits)
  Add unknown pytest markers (dask#2764)
  Delay lookup of allowed failures. (dask#2761)
  Change address -> worker in ColumnDataSource for nbytes plot (dask#2755)
  Remove module state in Prometheus Handlers (dask#2760)
  Add stress test for UCX (dask#2759)
  Add nanny logs (dask#2744)
  Move some of the adaptive logic into the scheduler (dask#2735)
  Add SpecCluster.new_worker_spec method (dask#2751)
  Worker dashboard fixes (dask#2747)
  Add async context managers to scheduler/worker classes (dask#2745)
  Fix the resource key representation before sending graphs (dask#2716) (dask#2733)
  Allow user to configure whether workers are daemon. (dask#2739)
  Pin pytest >=4 with pip in appveyor and python 3.5 (dask#2737)
  Add Experimental UCX Comm (dask#2591)
  Close nannies gracefully (dask#2731)
  add kwargs to progressbars (dask#2638)
  Add back LocalCluster.__repr__. (dask#2732)
  Move bokeh module to dashboard (dask#2724)
  Close clusters at exit (dask#2730)
  Add SchedulerPlugin TaskState example (dask#2622)
  ...
muammar added a commit to muammar/distributed that referenced this pull request Jul 18, 2019
* upstream/master: (43 commits)
  Add unknown pytest markers (dask#2764)
  Delay lookup of allowed failures. (dask#2761)
  Change address -> worker in ColumnDataSource for nbytes plot (dask#2755)
  Remove module state in Prometheus Handlers (dask#2760)
  Add stress test for UCX (dask#2759)
  Add nanny logs (dask#2744)
  Move some of the adaptive logic into the scheduler (dask#2735)
  Add SpecCluster.new_worker_spec method (dask#2751)
  Worker dashboard fixes (dask#2747)
  Add async context managers to scheduler/worker classes (dask#2745)
  Fix the resource key representation before sending graphs (dask#2716) (dask#2733)
  Allow user to configure whether workers are daemon. (dask#2739)
  Pin pytest >=4 with pip in appveyor and python 3.5 (dask#2737)
  Add Experimental UCX Comm (dask#2591)
  Close nannies gracefully (dask#2731)
  add kwargs to progressbars (dask#2638)
  Add back LocalCluster.__repr__. (dask#2732)
  Move bokeh module to dashboard (dask#2724)
  Close clusters at exit (dask#2730)
  Add SchedulerPlugin TaskState example (dask#2622)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants