Sign inSign up

lamastex/hskafka

By lamastex

•Updated over 7 years ago

Apache Hadoop and Kafka.

Image
0

430

lamastex/hskafka repository overview

⁠hsKafka

Docker image containing Apache Hadoop and Apache Kafka. Like hsBase it is preconfigured for using hdfs in pseudo-distributed mode. Kafka comes with the default configuration.

⁠Usage

To start Kafka in standalone mode simply use the command docker run -it -p 9092:9092 lamastex/hskafka. If you want to run a different command use docker run -it --entrypoint <command> lamastex/hskafka where <command> is the command you wish to run instead of starting Kafka, e.g. bash.

⁠Ports

The following ports are exposed by the dockerfile:

  • Kafka : 9092
  • Zookeeper client connections: 2181

Tag summary

Content type

Image

Digest

Size

987.9 MB

Last updated

over 7 years ago

docker pull lamastex/hskafka