FYI, it looks like your README is missing a step from the original:
vagrant box add precise64 http://files.vagrantup.com/precise64.box You'll only need to do that the first time though. On 4/23/14, 5:48 PM, Jeff Schwartz wrote:
Accumulo Users, Here's an easy to use vagrant setup that supports both Accumulo 1.5.1 and 1.6.0-RC2. Future versions will be on different branches. Vagrant Accumulo Server 1.5.1 ----------------------------- $ git clone https://github.com/jschwartz73/accumulo-devserver.git $ cd accumulo-devserver $ git checkout v1.5.1 $ vagrant up Vagrant Accumulo Server 1.6.0-RC2 ----------------------------- $ git clone https://github.com/jschwartz73/accumulo-devserver.git $ cd accumulo-devserver $ git checkout v1.6.0-RC2 $ vagrant up Browse to http://localhost:50095 <http://localhost:50095/> for the status page. Zookeeper is available at localhost:2181 Have fun. Sincerely, Jeff Schwartz
