NOTES
- Pip install supports Mac and Linux platforms.
- This package is built with JDK7 by default, so you need to install Java >= JDK7 before runing BigDL.
- Pip install only supports local mode. Might support cluster mode in the future. For those who want to use BigDL in cluster mode, try to install without pip.
- We've tested this package with Python 2.7 and Python 3.5. Only these two Python versions are supported for now.
Install BigDL-0.3.0
Install BigDL release via pip (we tested this on pip 9.0.1)
Remark:
-
You might need to add
sudo
if without permission for the installation. -
pyspark
will be automatically installed first before installing BigDL if it hasn't been detected locally.
pip install --upgrade pip
pip install BigDL==0.3.0 # for Python 2.7
pip3 install BigDL==0.3.0 # for Python 3.5