项目作者: ercoppa

项目描述 :
Ubuntu 16.04 + Apache Hadoop 2.7.6 + Apache Pig 0.15
高级语言: Shell
项目地址: git://github.com/ercoppa/docker-hadoop.git
创建时间: 2018-06-26T14:14:19Z
项目社区:https://github.com/ercoppa/docker-hadoop

开源协议:

下载


Ubuntu 16.04 + Apache Hadoop 2.7.6 + Apache Pig 0.15

Fetch the docker container

  1. > docker pull ercoppa/hadoop-2.7.6

Then start the container with:

  1. > make

Start Apache Hadoop with:

  1. > ./start.sh

Install directly on your host

The script install.sh can be used to install Apache Hadoop 2.7.6 and Apache Pig 0.15 on Ubuntu 16.04.
Just run:

  1. > ./install.sh

Start Apache Hadoop with:

  1. > start-all.sh