Chef cookbook to install HopsWorks, Hadoop for Humans.
Requirements: Vagrant, Virtualbox, Min 9 GB of main memory
Install the omnibus plugin, if needed:
vagrant plugin install vagrant-omnibus
Clone this repo, then run:
cd hopsworks-chef
# remove any old berkshelf cookbooks/cache
rm -rf cookbooks Berksfile.lock
berks vendor cookbooks
vagrant up
After hopsworks has installed, access hopsworks from your browser, with the username and password below:
http://localhost:8080/hopsworks
user: admin@kth.se
password: admin
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request