Update download document (#7202)

* update download

* minor

* update
This commit is contained in:
Kai Huang 2023-01-09 15:27:27 +08:00 committed by GitHub
parent 6ca8f8567f
commit 19f00e80dc

View file

@ -133,9 +133,13 @@ __Note__: If necessary, you need to manually uninstall `pyspark` and other [depe
---
## Download BigDL Orca
You can also download the BigDL package via the download links below. Besides, you can use the [script](https://github.com/intel-analytics/BigDL/blob/main/scripts/download-bigdl.sh) to download.
You can also download the BigDL package via the download links below.
| | BigDL 2.1.0 | BigDL 2.2.0-SNAPSHOT nightly |
| :-------: | :---------: | :--------------------------: |
| | 2.1.0 | 2.2.0-SNAPSHOT |
| :-------: | :---: | :------------: |
| Spark 2.4 | [download](https://repo1.maven.org/maven2/com/intel/analytics/bigdl/bigdl-assembly-spark_2.4.6/2.1.0/bigdl-assembly-spark_2.4.6-2.1.0-fat-jars.zip) | [download](https://oss.sonatype.org/content/repositories/snapshots/com/intel/analytics/bigdl/bigdl-assembly-spark_2.4.6/2.2.0-SNAPSHOT/bigdl-assembly-spark_2.4.6-2.2.0-20230108.113910-114-fat-jars.zip) |
| Spark 3.1 | [download](https://repo1.maven.org/maven2/com/intel/analytics/bigdl/bigdl-assembly-spark_3.1.2/2.1.0/bigdl-assembly-spark_3.1.2-2.1.0-fat-jars.zip) | [download](https://oss.sonatype.org/content/repositories/snapshots/com/intel/analytics/bigdl/bigdl-assembly-spark_3.1.3/2.2.0-SNAPSHOT/bigdl-assembly-spark_3.1.3-2.2.0-20230108.111432-91-fat-jars.zip) |
Note that *SNAPSHOT* indicates the latest nightly build version of BigDL.
If you wish to download the BigDL package in the command line, you can run this [script](https://github.com/intel-analytics/BigDL/blob/main/scripts/download-bigdl.sh) instead.