Small standalone Hadoop distribution for development and testing purpose :
This repository contains a Docker file to build a Docker image with Apache Spark, HBase, Flume & Zeppelin. This Docker image depends on centos 6.7 image.
Pull the image from Docker Repository
docker pull hurence/logisland-jdev
docker run \
-it \
-p 80:80 \
-p 9200-9300:9200-9300 \
-p 5601:5601 \
-p 2181:2181 \
-p 9092:9092 \
-p 9000:9000 \
-p 8080-8082:8080-8082 \
-p 3000:3000 \
-p 4040-4060:4040-4060 \
--name logisland-jdev \
-h sandbox \
hurence/logisland-jdev bash
Content type
Image
Digest
Size
2.6 GB
Last updated
about 9 years ago
docker pull hurence/logisland-jdev