Skip to content

Commit 9acc5e7

Browse files
authored
update Pip release on spark 2.4.3 (#3093)
1 parent 0771832 commit 9acc5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyspark/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def setup_package():
9090
url='https://github.com/intel-analytics/Bigdl',
9191
packages=get_bigdl_packages(),
9292
install_requires=['numpy>=1.7', 'pyspark==2.4.3', 'six>=1.10.0'],
93-
dependency_links=['https://archive.apache.org/dist/spark/spark-3.0.0/spark-3.0.0-bin-hadoop2.7.tgz'],
93+
dependency_links=['https://d3kbcqa49mib13.cloudfront.net/spark-2.0.0-bin-hadoop2.7.tgz'],
9494
include_package_data=True,
9595
package_data={"bigdl.share": ['bigdl/share/lib', 'bigdl/share/conf', 'bigdl/share/bin']},
9696
classifiers=[

0 commit comments

Comments
 (0)