Sign inSign up

hurence/logisland-jdev

By hurence

Updated about 9 years ago

Image
1

348

hurence/logisland-jdev repository overview

LogIsland docker files

Small standalone Hadoop distribution for development and testing purpose :

  • Spark 1.6.2
  • Elasticsearch 2.3.3
  • Kibana 4.5.1
  • Kafka 0.9.0.1
  • Logisland 0.10.1

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.

Getting the docker image from repository

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

Tag summary

Content type

Image

Digest

Size

2.6 GB

Last updated

about 9 years ago

docker pull hurence/logisland-jdev