Base for demos including Spark Notebook, Spark, Cassandra, Kafka, Akka, Mesos and the list goes on..
771
Docker to create docker images with a specific version of the notebook built in it
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 .
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 .
Content type
Image
Digest
sha256:8c14c000c…
Size
1.4 GB
Last updated
about 10 years ago
docker pull andypetrella/demo-base