Sign inSign up

lamastex/hszeppelin

By lamastex

Updated over 7 years ago

Apache Zeppelin, Apache Spark and Apache Hadoop preconfigured for pseudo-distributed mode.

Image
0

593

lamastex/hszeppelin repository overview

hsZeppelin

Docker image containing Apache Hadoop, Apache Spark and Apache Zeppelin. Like hsBase it is preconfigured for using hdfs and Yarn in pseudo-distributed mode.

Usage

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.

Ports

The following ports are exposed by the dockerfile:

  • Zeppelin webUI: 8080
  • hdfs webUI: 50070
  • Yarn webUI: 8088
  • Spark master webUI: 7070
  • Spark worker webUI: 8081

Note that the Spark master webUI port is not the default 8080 to avoid collision with Zeppelin which also uses port 8080 by default.

Tag summary

Content type

Image

Digest

Size

2 GB

Last updated

over 7 years ago

docker pull lamastex/hszeppelin