Giter VIP home page Giter VIP logo

docker-hadoop's Introduction

Apache Hadoop docker images

These images are part of the bigdata docker image series. All of the images use the same base docker image which contains advanced configuration loading.

It supports configuration based on environment variables (using specific naming convention), downloaded from consul and other plugins (for example to generate kerberos keystabs).

For more detailed instruction to configure the images see the README in the flokkr/docker-base repository.

Getting started

Run

The easiest way to run a storm cluster is just use the included docker-compose.yaml file.

Checkout the repository and do a docker-compose up -d The storm UI will be available at http://localhost:8080

You can adjust the settings in the compose-config file.

To scale up datanode/namenode:

docker-compose scale datanode=3

To check namenode/resourcemanager use the published ports:

Smoketest

docker-compose exec resourcemanager /opt/hadoop/bin/yarn jar /opt/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-examples-2.8.1.jar pi 16 1000

### Cluster

For more detailed examples check the other repositories under the flokkr organization with [runtime-](https://github.com/search?q=org%3Aflokkr+runtime) prefix.

There are more detailed examples with using:

* [docker-compose](https://github.com/flokkr/runtime-compose) (single-host)
* [docker-swarm](https://github.com/flokkr/runtime-swarm)
* [consul and docker-compose](https://github.com/flokkr/runtime-consul)  (multi-host)
* [consul and nomad](https://github.com/flokkr/runtime-nomad) (multi-host)
* [kubernetes](https://github.com/flokkr/runtime-kubernetes)



docker-hadoop's People

Contributors

elek avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.