From 589a701d61b99eed1784e73821c0dc2b68f2639d Mon Sep 17 00:00:00 2001 From: skirui-source Date: Sun, 19 Nov 2023 23:40:52 -0800 Subject: [PATCH] specify dashboard ports --- source/platforms/databricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/platforms/databricks.md b/source/platforms/databricks.md index 42451539..1326d93f 100644 --- a/source/platforms/databricks.md +++ b/source/platforms/databricks.md @@ -132,7 +132,7 @@ client Dask host interactive diagnostic web servers using [Bokeh](https://docs.bokeh.org/en/latest/). The **[Dask dashboard](https://docs.dask.org/en/latest/dashboard.html)**, in particular provides a web-based UI with visualizations and real-time information about the Dask cluster's status i.e task progress, resource utilization, etc. -The Dask dashboard server will start up automatically when the scheduler is created, and is hosted on port `8787` by default (configurable with the `--dashboard-address` flag). +The Dask dashboard server will start up automatically when the scheduler is created, and is hosted on ports `8087, 8787` by default. To access, follow the provided URL link to the dashboard status endpoint from within Databricks.