Skip to content

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.

Getting started

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:

make load-data

Go on and open Zeppelin, choose any available notebook and try to execute it.

Apache Zeppelin Running RDF Examples

To restart Zeppelin without restarting the whole stack:

make restart

See the SANSA-Notebooks wiki page for more information.