From f7e596d85ab7203fcec6926a7ed7b93fc909a7ab Mon Sep 17 00:00:00 2001 From: Kai Huang Date: Fri, 1 Dec 2023 15:40:37 +0800 Subject: [PATCH] Update doc (#9580) * update aiohttp in docs * update doc --- docs/readthedocs/source/doc/Orca/Overview/install.md | 2 +- docs/readthedocs/source/doc/Orca/Overview/ray.md | 2 +- docs/readthedocs/source/doc/Orca/Tutorial/yarn.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/readthedocs/source/doc/Orca/Overview/install.md b/docs/readthedocs/source/doc/Orca/Overview/install.md index 01c08a95..2a4e9c0e 100644 --- a/docs/readthedocs/source/doc/Orca/Overview/install.md +++ b/docs/readthedocs/source/doc/Orca/Overview/install.md @@ -79,7 +79,7 @@ pip install --pre --upgrade bigdl-orca[ray] # For the latest nightly build vers ``` Note that with the extra key of [ray], `pip` will automatically install the additional dependencies for RayOnSpark, -including `ray[default]==1.9.2`, `aiohttp==3.8.1`, `async-timeout==4.0.1`, `aioredis==1.3.1`, `hiredis==2.0.0`, `prometheus-client==0.11.0`, `psutil`, `setproctitle`. +including `ray[default]==1.9.2`, `aiohttp==3.9.0`, `async-timeout==4.0.1`, `aioredis==1.3.1`, `hiredis==2.0.0`, `prometheus-client==0.11.0`, `psutil`, `setproctitle`. ### To additionally use AutoML diff --git a/docs/readthedocs/source/doc/Orca/Overview/ray.md b/docs/readthedocs/source/doc/Orca/Overview/ray.md index 5d3ab749..e53a6319 100644 --- a/docs/readthedocs/source/doc/Orca/Overview/ray.md +++ b/docs/readthedocs/source/doc/Orca/Overview/ray.md @@ -14,7 +14,7 @@ _**Note:** BigDL has been tested on Ray 1.9.2 and you are highly recommended to We recommend using [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/) to prepare the Python environment. When installing bigdl-orca with pip, you can specify the extras key `[ray]` to install the additional dependencies -for running Ray (i.e. `ray[default]==1.9.2`, `aiohttp==3.8.1`, `async-timeout==4.0.1`, `aioredis==1.3.1`, `hiredis==2.0.0`, `prometheus-client==0.11.0`, `psutil`, `setproctitle`): +for running Ray (i.e. `ray[default]==1.9.2`, `aiohttp==3.9.0`, `async-timeout==4.0.1`, `aioredis==1.3.1`, `hiredis==2.0.0`, `prometheus-client==0.11.0`, `psutil`, `setproctitle`): ```bash conda create -n py37 python=3.7 # "py37" is conda environment name, you can use any name you like. diff --git a/docs/readthedocs/source/doc/Orca/Tutorial/yarn.md b/docs/readthedocs/source/doc/Orca/Tutorial/yarn.md index 31089582..23e8a99d 100644 --- a/docs/readthedocs/source/doc/Orca/Tutorial/yarn.md +++ b/docs/readthedocs/source/doc/Orca/Tutorial/yarn.md @@ -316,6 +316,8 @@ If you prefer to use `spark-submit` instead of `bigdl-submit`, please follow the ``` Note that you are recommended **NOT** to install BigDL Orca with pip install command in the conda environment if you use spark-submit to avoid possible conflicts. + If you are using `requirements_ray.txt`, you need to additionally install `ray[default]` with version 1.9.2 in your environment. + 2. Pack the current activate conda environment to an archive: ```bash conda pack -o environment.tar.gz