Skip to content

A virtual environment for hosting hadoop, using chef and Vagrant

Notifications You must be signed in to change notification settings

switzer/vagrant-hadoop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

=================

This is a vagrant box for hadoop 0.23.1

Installation

Get the code

$ git clone git@github.com:demandchain/vagrant-hadoop.git
$ cd vagrant-hadoop
$ git submoudle update --init

Configure share folder

Create a directory on your local machine

$ mkdir ~/hadoop-share
$ chmod a+w ~/hadoop-share

Change the config.vm.share_folder in Vagrantfile to be the FULL PATH of the folder above (change the third parameter from '/Users/ywen/hadoop-share')

$ vi Vagrantfile

Run the installation

$ bundle install
$ vagrant box add base http://files.vagrantup.com/lucid32.box
$ vagrant up

About

A virtual environment for hosting hadoop, using chef and Vagrant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 83.0%
  • C 12.6%
  • Shell 4.4%