ercoppa / docker-hadoop

Ubuntu 16.04 + Apache Hadoop 2.7.6 + Apache Pig 0.15

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu 16.04 + Apache Hadoop 2.7.6 + Apache Pig 0.15

Fetch the docker container

> docker pull ercoppa/hadoop-2.7.6

Then start the container with:

> make 

Start Apache Hadoop with:

> ./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:

> ./install.sh

Start Apache Hadoop with:

> start-all.sh

About

Ubuntu 16.04 + Apache Hadoop 2.7.6 + Apache Pig 0.15


Languages

Language:Shell 83.0%Language:Makefile 17.0%