BigDL is a deep learning framework that runs on Spark
Coming soon
Checkout our Sandbox channel for more videos.
Environment variables
BIGDL_HOME=/usr/local/apps/bigdl
SPARK_HOME=$HOME/spark
In terminal
$ cd
$ tar xvf files/spark-2.2.0-bin-hadoop2.7.tgz
$ mv spark-2.2.0-bin-hadoop2.7 spark
$ git clone https://github.com/elephantscale/bigdl-tutorials
$ cd bigdl-tutorials
$ ./run-bigdl-native.sh
- This will launch Jupyter notebook.
- Note the URL printed on console
- Go to the URL in browser
- sample notebooks are in
notebooks
directory - have fun!