docker pull dylanmei/zeppelin
docker pull sequenceiq/hadoop-docker:2.4.1
docker pull kbastani/spark-neo4j:latest
docker pull kbastani/neo4j-graph-analytics:latest
docker pull kbastani/docker-neo4j:latest
--
- Clone the repository:
git clone https://github.com/patrykks/bigdata-apache-spark.git
cd bigdata-apache-spark
- Run with Docker Compose:
docker-compose up
- Your Zeppelin notepad will be running at
localhost:8080
-
run
-
Linux:
sudo docker run -v /var/run/docker.sock:/var/run/docker.sock \-ti kbastani/spark-neo4j up -d
-
Windows:
docker run -v /var/run/docker.sock:/var/run/docker.sock -ti kbastani/spark-neo4j up -d
-
Your neo4j will be running at
localhost:7474/browser