/docker-hadoop-demo

docker-hadoop-demo

Primary LanguageJavaApache License 2.0Apache-2.0

docker-hadoop-demo

First install the dependencies and start up boot2docker:

  • On OSX, install virtualbox and boot2docker
  • Install docker-compose: curl -L https://github.com/docker/compose/releases/download/1.1.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose; chmod +x /usr/local/bin/docker-compose
  • Start boot2docker: boot2docker start
  • Initialize docker environment with $(boot2docker shellinit)

Then use docker-compose to run the project:

  • From the project directory, start docker-compose: docker-compose up. This will take some time to set up your containers the first time you run it.