-
Notifications
You must be signed in to change notification settings - Fork 12
Introduction
Gezim Sejdiu edited this page Feb 12, 2018
·
3 revisions
SANSA-Notebooks is an interactive Spark Notebooks for running SANSA-Examples. In this repository you will find a docker-compose.yml for running Hadoop/Spark cluster locally. The cluster also includes Hue for navigation and copying file to HDFS. The notebooks are created and run using Apache Zeppelin.
Get the SANSA Examples jar file (requires wget
):
make
Start the cluster (this will lead to downloading BDE docker images, will take a while):
make up
When start-up is done you will be able to access the following interfaces:
- http://localhost:8080/ (Spark Master)
- http://localhost:8088/home (Hue HDFS Filebrowser)
- http://localhost/ (Zeppelin) To load the data to your cluster simply do:
make load-data
Go on and open Zeppelin, choose any available notebook and try to execute it.
To restart Zeppelin without restarting the whole stack:
make restart
See the SANSA-Notebooks wiki page for more information.