leibniz21c / one-click-hadoop

One click hadoop test environment builder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One Click Hadoop

0. Overview

Forked from kmu-bigdata/ubuntu-hadoop.
Above kmu-bigdata/ubuntu-hadoop use 50070 port and stuff like that,
but since hadoop version 3, there are some change in port informations.

  • Namenode ports: 50470 --> 9871, 50070 --> 9870, 8020 --> 9820
  • Secondary NN ports: 50091 --> 9869, 50090 --> 9868
  • Datanode ports: 50020 --> 9867, 50010 --> 9866, 50475 --> 9865, 50075 --> 9864
  • KMS server port : 16000 --> 9600

And I need to use hadoop:2.7.7.
So I changed something.

1. Fast start

Run it in the terminal like this:

./build.sh

And use hadoop.

DockerHub : https://hub.docker.com/r/leibniz21c/ubuntu-hadoop

About

One click hadoop test environment builder.


Languages

Language:Dockerfile 57.1%Language:Shell 42.9%