Apache Zeppelin, Apache Spark and Apache Hadoop preconfigured for pseudo-distributed mode.
593
Docker image containing Apache Hadoop, Apache Spark and Apache Zeppelin. Like hsBase it is preconfigured for using hdfs and Yarn in pseudo-distributed mode.
To start Zeppelin notebook simply use the command docker run -p 8888:8888 lamastex/hszeppelin and use the token printed to stdout to enter the webui at
localhost:8888. To start Zeppelin along with hdfs use docker run -p 8888:8888 -p 50070:50070 lamastex/hszeppelin bash and run the script start.sh in the
work directory.
The following ports are exposed by the dockerfile:
Note that the Spark master webUI port is not the default 8080 to avoid collision with Zeppelin which also uses port 8080 by default.
Content type
Image
Digest
Size
2 GB
Last updated
over 7 years ago
docker pull lamastex/hszeppelin