Sign inSign up

andypetrella/demo-base

By andypetrella

Updated about 10 years ago

Base for demos including Spark Notebook, Spark, Cassandra, Kafka, Akka, Mesos and the list goes on..

Image
0

771

andypetrella/demo-base repository overview

demo-base

Docker to create docker images with a specific version of the notebook built in it

Examples

Spark 1.6.2 on master

docker build --build-arg BRANCH_TAG=master --build-arg SPARK_VERSION=1.6.2 --build-arg SCALA_VERSION=2.10.5 --build-arg HADOOP_VERSION=2.2.0 --build-arg GUAVA_VERSION=16.0.1 --no-cache -t andypetrella/spark-notebook-demo:master-2.10-1.6.2 .

Spark 2.0.0 on future-master

docker build --build-arg BRANCH_TAG=future-master --build-arg SPARK_VERSION=2.0.0 --build-arg SCALA_VERSION=2.11.8 --build-arg HADOOP_VERSION=2.2.0 --build-arg GUAVA_VERSION=16.0.1 --no-cache -t andypetrella/spark-notebook-demo:master-2.0.0 .

Tag summary

Content type

Image

Digest

sha256:8c14c000c

Size

1.4 GB

Last updated

about 10 years ago

docker pull andypetrella/demo-base