Hello David, This is quite excellent! After a few roadbumps (see below) I was able to spin up a 1.5 cluster with "vagrant up". I'm not sure what I'll do with all the free time now ;)
I did have a couple of issues though. First, I didn't have a precise64 box available, so I defined the download URL in the Vagrantfile with: config.vm.box_url = "http://files.vagrantup.com/precise64.box" And the root password was not "secret" when I logged into the VM's. I'm not sure if this is a side-effect of using a different box but I resolved the issue by logging in with "vagrant ssh", sudo'ing to root and changing the password. One self-inflicted wound was caused by upgrading my Mac to OS X Mavericks today. That managed to destroy my /dev/vboxdrv and /dev/vboxnetctl files and I had to reinstall VirtualBox in order to recover. Otherwise the Accumulo setup would fail. But that was my problem! Great work! Thanks, Terry Terry Padgett Solution Architect Hortonworks, Inc. US Mobile - 703-362-0577 On Tue, Oct 29, 2013 at 7:26 AM, David Medinets <[email protected]>wrote: > I've put together three github projects (one for each Accumulo version) to > start a three-node cluster of Virtual Machines using Virtual Box. They > should be easy to adapt to any cloud provider. > > https://github.com/medined/Accumulo_1_6_0_By_Vagrant > > https://github.com/medined/Accumulo_1_5_0_By_Vagrant > > https://github.com/medined/Accumulo_1_4_4_By_Vagrant > > Let me know if you run into any problems. Or see a way to improve them. > -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.
