Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zoe-apps
zapp-spark
Commits
4f59b711
Commit
4f59b711
authored
Aug 29, 2018
by
Daniele Venzano
Browse files
Testing and fixing the Spark ZApp
parent
7e721d0e
Pipeline
#10403
passed with stages
in 2 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
spark-jupyter-notebook/Dockerfile
View file @
4f59b711
...
...
@@ -88,13 +88,10 @@ RUN apt-get update && apt-get install -y --force-yes --no-install-recommends \
# Install Jupyter notebook as nbuser
RUN
conda
install
--yes
\
'notebook=4.1*'
\
notebook
\
jupyterlab
\
terminado
\
&&
conda clean
-yt
# Install Python 3 packages
RUN
conda
install
--yes
\
'ipywidgets=4.0*'
\
ipywidgets
\
&&
conda clean
-yt
RUN
/opt/conda/bin/pip
install
thunder-python showit
...
...
spark-worker/files/start-worker.sh
View file @
4f59b711
...
...
@@ -2,5 +2,5 @@
exec
/opt/spark/bin/spark-class org.apache.spark.deploy.worker.Worker
\
spark://
${
SPARK_MASTER_IP
}
:7077
--cores
${
SPARK_WORKER_CORES
:-
4
}
--memory
${
SPARK_WORKER_RAM
:-
4g
}
\
-h
${
SPARK_LOCAL_IP
:-
127
.0.0.1
}
-h
${
SPARK_LOCAL_IP
:-
127
.0.0.1
}
-d
/tmp
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment