databricks guide update (#7747)

This commit is contained in:
SONG Ge 2023-03-02 17:06:27 +08:00 committed by GitHub
parent 67a343762e
commit 17474d9402

View file

@ -14,8 +14,7 @@ You can run BigDL program on the [Databricks](https://databricks.com/) cluster a
[Init script](https://learn.microsoft.com/en-us/azure/databricks/clusters/init-scripts) is used to Install BigDL or other libraries. First, you need to put the **init script** into [DBFS](https://docs.databricks.com/dbfs/index.html), you can use one of the following ways. [Init script](https://learn.microsoft.com/en-us/azure/databricks/clusters/init-scripts) is used to Install BigDL or other libraries. First, you need to put the **init script** into [DBFS](https://docs.databricks.com/dbfs/index.html), you can use one of the following ways.
__Note:__ Note that as Python 3.8 is highly recommended by BigDL, please set the Databricks runtime version to 9.1 LTS or 10.4 LTS to use the Python 3.8 environment.
* To use the Python 3.8 environment (recommended version by BigDL), please set the Databricks runtime version to 9.1 LTS or 10.4 LTS.
**a. Generate init script in Databricks notebook** **a. Generate init script in Databricks notebook**