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.
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.
The following ports are exposed by the dockerfile:
Content type
Image
Digest
Size
987.9 MB
Last updated
over 7 years ago
docker pull lamastex/hskafka