FROM aether/ubuntu-spark:14.04-1.4.2-attributes
ADD target/spark-web-app.jar /spark-web-app.jar
ENTRYPOINT ["/bin/sh", "-c", "$SPARK_HOME/bin/spark-submit --class com.kmalik.sample.SparkWebApp spark-web-app.jar $*"]
sudo docker run --net=host -it kmalik/spark-web-app
Port : 8080
Spark endpoints :
Regular endpoints :
https://github.com/kapil-malik/sample-apps/tree/master/spark-web-app
Content type
Image
Digest
sha256:780efb362…
Size
573.7 MB
Last updated
almost 11 years ago
docker pull kmalik/spark-web-app