Skip to content

Instantly share code, notes, and snippets.

View conker84's full-sized avatar
🏠
Working from home

Andrea Santurbano conker84

🏠
Working from home
View GitHub Profile
version: '3'
services:
neo4j:
image: neo4j
networks:
- host
ports:
- 7474:7474
- 7687:7687
{
"list": [
[{
"id": 0,
"type": "relationship",
"label": "KNOWS",
"properties": {
"since": 1993
},
"start": {
{
"list": [
[{
"id": 0,
"type": "relationship",
"label": "KNOWS",
"properties": {
"since": 1993
},
"start": {
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 && \
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