Skip to content

Commit

Permalink
Various updates (#1)
Browse files Browse the repository at this point in the history
* Update binary Spark url

* Update README.md

* Update neo4j-zeppelin.yml
  • Loading branch information
toanalien authored and conker84 committed Dec 13, 2019
1 parent aa408a2 commit 67e6df6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ FROM apache/zeppelin:0.8.0
# Workaround to "fix" https://issues.apache.org/jira/browse/ZEPPELIN-3586

RUN echo "$LOG_TAG Download Spark binary" && \
wget -O /tmp/spark-2.3.1-bin-hadoop2.7.tgz http://apache.panu.it/spark/spark-2.3.1/spark-2.3.1-bin-hadoop2.7.tgz && \
wget -O /tmp/spark-2.3.1-bin-hadoop2.7.tgz https://archive.apache.org/dist/spark/spark-2.3.1/spark-2.3.1-bin-hadoop2.7.tgz && \
tar -zxvf /tmp/spark-2.3.1-bin-hadoop2.7.tgz && \
rm -rf /tmp/spark-2.3.1-bin-hadoop2.7.tgz && \
mv spark-2.3.1-bin-hadoop2.7 /spark-2.3.1-bin-hadoop2.7

ENV SPARK_HOME=/spark-2.3.1-bin-hadoop2.7

CMD ["bin/zeppelin.sh"]
CMD ["bin/zeppelin.sh"]
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
This repository contains the code relative to the article "Building a Graph Data Pipeline With Zeppelin Spark and Neo4j"
This repository contains the code relative to the article "Building a Graph Data Pipeline With Zeppelin Spark and Neo4j"

https://towardsdatascience.com/building-a-graph-data-pipeline-with-zeppelin-spark-and-neo4j-8b6b83f4fb70
6 changes: 3 additions & 3 deletions neo4j-zeppelin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
ports:
- 8080:8080
volumes:
- C:/Users/a.santurbano/Desktop/zep-neo/zeppelin/notebook:/zeppelin/notebook
- C:/Users/a.santurbano/Desktop/zep-neo/zeppelin/conf:/zeppelin/conf
- ./zeppelin/notebook:/zeppelin/notebook
- ./zeppelin/conf:/zeppelin/conf
networks:
host:
host:

0 comments on commit 67e6df6

Please sign in to comment.