项目作者: MaiAnhB

项目描述 :
Hadoop Automatic Installation Docker
高级语言: Shell
项目地址: git://github.com/MaiAnhB/HadoopInstallDocker.git
创建时间: 2019-12-15T14:46:49Z
项目社区:https://github.com/MaiAnhB/HadoopInstallDocker

开源协议:

下载


HadoopInstallDocker

Hadoop Automatic Installation Docker

1 - Install Docker

  1. https://docs.docker.com/v17.09/engine/installation/linux/docker-ce/ubuntu/

2 - Get Dockerfile and configuration files

  1. HadoopInstallDocker/Install/Files

3 - Build dockerfile

  1. HadoopInstallDocker/Install/Scripts/build_dockerfile.sh

4 - Run docker services

  1. HadoopInstallDocker/Install/Scripts/start_master_node.sh
  2. HadoopInstallDocker/Install/Scripts/start_slaves_nodes.sh

5 - Run Wordcount test

  1. HadoopInstallDocker/Test/test_wordcount (commands to be run)

6 - For more details, read our report

  1. HadoopInstallDocker/Report.pdf

To get permissions :

  1. chmod 777 path/file_name

Authors

  1. Daphné Lam
  2. Mai Anh Bui

Sources

  1. Article How to set up a Hadoop Cluster in Docker”, https://clubhouse.io/developer-how-to/how-to-set-up-a-hadoop-cluster-in-docker/
  2. Article How to quickly setup a Hadoop cluster in Docker”, https://blog.newnius.com/how-to-quickly-setup-a-hadoop-cluster-in-docker.html
  3. Docker Documentation, https://docs.docker.com/