Docker image for the SparkNotebook
10K+
This docker is packaging the SparkNotebook, that is the easiest way to hack on Spark within minute :-D.
The SparkNotebook has been created by @noootsab and is officially supported by the @DataFellas company (website).
WARN: the combination you'd like might not exists, if so come on here.
Running it will simply start the underneath play application which listen on the port 9000.
Hence, using this DockerFile is:
docker pull andypetrella/spark-notebook:<tag>docker run -p 9000:9000 -p 4040-4045:4040-4045 andypetrella/spark-notebook:<tag>The <tag> is actually a composition of the:
Hence the version 0.6.1-scala-2.10.4-spark-1.5.0-hadoop-2.4.0 stands for
0.6.12.10.41.5.02.4.0And the version 0.6.1-scala-2.10.4-spark-1.5.0-hadoop-2.4.0-with-hive-with-parquet adds
Check the tags page to check if your version is published. If your combination doesn't not exists please go build it on the generator page
Downloading the image could take some time (as usual), however it starts within seconds.
To start hacking some Spark, just browse to http://localhost:9000
For more information about the Notebook features, you can refer to the README.md.
You can also poke us on Twitter @SparkNotebook, @KensuIO or even @noootsab).
Content type
Image
Digest
Size
661.1 MB
Last updated
over 7 years ago
docker pull andypetrella/spark-notebook:0.9.0-SNAPSHOT-scala-2.11.8-spark-2.3.0-hadoop-2.7.2